Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
65
numeric filter problems using differents localizations
posted
Hello Team,
I’m trying to implement WebDataGrid 11.1 using the Filtering behaviour.
Problem is when I use decimal or datetime data fields, as I’m using the Spanish number format applied to the column (using the Microsoft specification for this kind of data {0:C}, {0:N2}, {0:N2}, …), the filter doesn’t work correctly.
It’s possible for me to type the right format in the filter bar, like 1234,56. But after applying the filter (pressing ENTER), the WebDataGrid transform the filter (1,234.56) and I get an error: ‘Async request failed’.
 
I’ve tried to specify the culture/ui-culture at the @Page but it doesn’t work.
 
Thanks for your help.
Parents Reply Children
No Data