How to print thousand separator in editable cell

Hi,
I have a Grid used to introduce numeric data. I need to show that data with thousand separator (not decimal separator). I've defined, for the column, the property "Editor" as edEditNumeric. Using this value, even I assign a value like "1.000", I see "1000". I've read the documentation and, apparently, there is the only way to show "1.000" in the cell when user types "1000", or "1.000", is to accept any character (Editor = edEdit). Does exist another way of show numeric quantities with thousand separators in an editable cell?

Best regards,

                     Venancio Lasquibar

Hi,


Unfortunately there is currently no built-in functionality available to display numeric data with thousand separator.

However this is a good suggestion and we'll consider adding this feature in a future version.