This question is locked. New answers and comments are not allowed.
Hi.
Here is the situation:
I have a Telerik Grid which can perform Ajax Updates / Editing.
Some of the column values in the Grid are binded to the Telerik PercentTextBox control.
My problem occurs when I have double data for cultures other than conventional decimals.
(For example I have commas as decimal seperators instead of decimals.)
When I try to Update the Grid data with Ajax commands, the PercentTextBox inside the grid seems to think that the value entered is invalid because of the comma.
I have PercentTextBox controls outside the Grid which doesn't have this problem, so I would assume that the Grid is the one who is somehow overridding the localization attributes of the PercentTextBox..
Even when I specify the culture name in the Localization attribute of the Grid, the problem remains...
I have read similar messages about this problem in the forums:
(http://www.telerik.com/community/forums/aspnet-mvc/grid/wrong-localization-datatype-double-after-ajax-postback.aspx)
Has this been fixed? Is there a known workaround?
Any help would be appreciated.
Thanks.
Here is the situation:
I have a Telerik Grid which can perform Ajax Updates / Editing.
Some of the column values in the Grid are binded to the Telerik PercentTextBox control.
My problem occurs when I have double data for cultures other than conventional decimals.
(For example I have commas as decimal seperators instead of decimals.)
When I try to Update the Grid data with Ajax commands, the PercentTextBox inside the grid seems to think that the value entered is invalid because of the comma.
I have PercentTextBox controls outside the Grid which doesn't have this problem, so I would assume that the Grid is the one who is somehow overridding the localization attributes of the PercentTextBox..
Even when I specify the culture name in the Localization attribute of the Grid, the problem remains...
I have read similar messages about this problem in the forums:
(http://www.telerik.com/community/forums/aspnet-mvc/grid/wrong-localization-datatype-double-after-ajax-postback.aspx)
Has this been fixed? Is there a known workaround?
Any help would be appreciated.
Thanks.