I have Column in my datagrid with data type int.
when i format this Column with -
uwdgOpportunities.Columns.FromKey("Prob. Close").Format = "0%"
After formationg it shows values with two extra zeros ex. Acctual value is 10.
but it shows 1000%. Any one have idea about this.
Thanks in advance.
Rahul Kale
Hi,
I don't use this kind of formatting anymore.I'm working with the delegate "custUltraWebGrid_AfterCustomCellFormatting" where "custUltraWebGrid" is my infragistics grid.From there on you can set all sorts of formatting.
Good luck,
Christophe