This question is locked. New answers and comments are not allowed.
Hello
I am having a mvc grid (ajax bound) with columns containing decimal values, my decimal char is a comma "," instead of point "."
In the grid the values are represented correctly with comma and but if i use the Grid-filter it dont work decimal value, it work only for integer. I use a different culture <globalization culture="de-DE" uiCulture="de-DE" />.
any tip?
Oliver