I've set a WebPercentEdit as the control of a grid's column....
When I put a value like 10,5...at first the value is correct....but when I double click the cell again (for edit purpouses) the value turns into 105 and stays that way......
Hi,
I guess your server or NumberFormat property of editor is set culture with "," as decimal separator. Otherwise, editor will not accept ",". If it is correct, then I can not explain why grid removes it and consider only digits. I think you may submit a bug report for that with simple sample.