Hi,
In the Infragistics wingrid, Is there any provision to set commas in the numeric value.?
Suppose I have a value 2003487621. I have to show it like 2,003,487,621
Thanks
The Format property on the column should do it.
Standard Numeric Format Strings
Custom Numeric Format Strings
Hi rajeshk,
Have you tried looking at the UltraGridColumn.Format property?
It allows you to specify a column's format - I think for your format you might use a string such as ###,###,### but check the documentation to be sure.
This is of course an a per-column basis - I don't think you can specify a general format for the entire grid?
Hope this helps
David.