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 incorrectThe EnableScriptGlobalization property of ScriptManager is true
Hello alfmag,
Please refer to the following thread regarding this matter:
http://www.infragistics.com/community/forums/p/85004/425570.aspx#425570