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
780
Number filter error
posted

Hi!

With WebHierarchichalDataGrid, I have a number column. When in the column, I have for example "53.2" and decimal symbol is "." in the CurrentCulture, it works, but when in the CurrentCulture, the NumberFormat have the decimal symbol ","(GroupSeparator is ".") and the column value is "53,2" the filter doesn't works, However in the server DataFiltering event in both cases the Condition value is correct, is 53.2(double)

For more information say that if i have an other row with "532" value in the numer column, when i filter with "5,32" value the row filtered is the row with "532" value, it is incorrect

The EnableScriptGlobalization property of ScriptManager is true

Parents
No Data
Reply Children
No Data