Hi, I've a problem using WebPercentEdit with the grid....
I've set a WebPercentEdit as the control of a grid's column....
I have a code behind in a aspx page that insert values in a grid with several cells formatted as WebPercentEdit.
My web server use regional setting with "," (comma) like decimal separator.
The grid is build correct and the values are show the correct (e.g. 12,501%), but in the edit mode (after a click on the cell) the value is reset as 12501,000%.
I saw this topic with the same error: http://community.infragistics.com/forums/p/4670/23224.aspx#23224
Is a bug ?
Thanks
Best Regards
Andrea Lupi