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 digit is "." in the CurrentCulture, it works, but

when in the CurrentCulture, the NumberFormat have the decimal digit ","(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)

The EnableScriptGlobalization property of ScriptManager is true