First issue is when the cells value is 0 the grid is displaying nothing in that cell, i would like it to display the 0.00
I would also like the other rows to always display with 2 decimal places. Even if its just a trailing 0 to keep the format consistant.
What I get now:
12.9431.5
4.9
What I want:
12.9431.500.004.000.90
Hi,
This functionality can be achieved by using the Format Property of the UltraGridColumn. Please set the Format property of the column to "###.00" and see if this solves the issue. This property takes all the Format Strings defined by Microsoft. To learn more about custom numeric Format Strings, please visit the following link:
http://msdn.microsoft.com/en-us/library/0c899ak8(VS.71).aspx
Please visit the following link to learn more about the Format property of UltraGridColumn:
http://help.infragistics.com/Help/NetAdvantage/ASPNET/2009.1/CLR3.5/html/Infragistics35.WebUI.UltraWebGrid.v9.1~Infragistics.WebUI.UltraWebGrid.UltraGridColumn~Format.html#ExampleBookmark
Let me know if you have any questions or concerns.
Thanks,
Sarita