Hi,
I am working on converting existing HTML tables to grid.
I want numbers to be displayed in the format #,###. For example if the number is 1234 it should be displayed as 1,234 but for sorting 1234 should be used. I have set the td in the below format.
Hoe can the display be achieved?
Thanks!