Hi,
I am working on an application set to ES culture. The decimal separator for that culture is ",".
I have a grid with AllowFilteringByColumn="True" and a Decimal column defined as:
The grid shows correctly, with the decimals contained in that column with the correct format (example: 0,32). When I try to filter by that column, the filter textBox does allow me to enter data in that format, and does not allow me to enter other separators, like ".". If I enter "0,32" and filter by any criteria, after the postback the filter value appears as "32" and no values are returned. (in the DataSource there are values with 0,32 but not with 32).
Do you know what could be happening? Is this a bug or am I missing something?
I am using RadControls_for_ASP.NET_AJAX_2009_2_701
Thanks,
Guillermo
I am working on an application set to ES culture. The decimal separator for that culture is ",".
I have a grid with AllowFilteringByColumn="True" and a Decimal column defined as:
<telerik:GridNumericColumn DataField="TestDecimalField" HeaderStyle-Width="80px" HeaderText="Columna decimal" SortExpression="TestDecimalField" UniqueName="TestDecimalField" DataType="System.Decimal" DataFormatString="{0:###,##0.00}" FilterControlWidth="50px"></telerik:GridNumericColumn> |
Do you know what could be happening? Is this a bug or am I missing something?
I am using RadControls_for_ASP.NET_AJAX_2009_2_701
Thanks,
Guillermo