Hi,
i have a grid width a GridNumericColumn, when i edit and i insert a value with comma like "12,12" and press update button on grid
i have
"11,12" is not a Valid Decimal Value.
I must use dot for separate thousand, and comma for decimal digits.
from db i bind a list of Decimal Value, and when i edit if i use the comma for decimal digit got the Format of the input string is not correct.
the grid column.
the radgrid is bind to ObjectDataSource, and Select Method return a list of custom object, Canone Field is Decimal.
i have a grid width a GridNumericColumn, when i edit and i insert a value with comma like "12,12" and press update button on grid
i have
|
Format of the input string is not correct
|
I must use dot for separate thousand, and comma for decimal digits.
from db i bind a list of Decimal Value, and when i edit if i use the comma for decimal digit got the Format of the input string is not correct.
the grid column.
<telerik:GridNumericColumn NumericType="Currency" DataField="Canone" FilterControlAltText="Filter Canone column" HeaderText="Canone" DecimalDigits="2" SortExpression="Canone" UniqueName="Canone" FilterImageUrl="../App_Themes/ICTTheme/immagini/u58.png"> </telerik:GridNumericColumn>the radgrid is bind to ObjectDataSource, and Select Method return a list of custom object, Canone Field is Decimal.