I have GridNumericColumn:
and Polish locale settings on my PC (comma as decimal separator)
When I type "1,2" in filter i get System.Data.EntitySqlException.
I can't type "1.2" in filter to test if it works.
When I use integer values like "1" filter works without errors.
<telerik:GridNumericColumn DataField="CostLimit" HeaderText="Limit" SortExpression="CostLimit" UniqueName="CostLimit" />When I type "1,2" in filter i get System.Data.EntitySqlException.
I can't type "1.2" in filter to test if it works.
When I use integer values like "1" filter works without errors.