Hello All,
We are using UltraWebGrid 7.1 on Internet Explorer 6 (updating the grid or the browser is not an option). We have editable columns that we use to input numbers. We are able to set the format of the columns in the English format (e.g. "###,##0.00" with a comma as the thousand-separator and a point as the decimal separator) and get the local German format for output (e.g. "1.000,00" with a point as the thousand-separater and a comma as the decimal separator). However we can only input numbers in the English format. E.g. if we input "1,50" the comma is disregarded, the number becomes 150 and the output shows "150,00". If we enter "1.50" the output is "1,50". Is there any way to change this behaviour and get the local format for input?
Thanks!Wolfgang Gallo
Hello Wolfgang,
I would suggest for specific formating purposes to use editor providers more information you can find on this link: http://help.infragistics.com/Help/NetAdvantage/ASPNET/2009.2/CLR3.5/html/WebGrid_Embeddable_Editors.html
Hope this helps you.