I have a kendo grid on an MVC site with several integer columns, and I am using a row filter. The problem is that when you enter a number in the filter, it shows up with commas and two decimal places. Filter with commas and decimals
I don't really want to build a custom filter. I just want to change the format used in the numeric text box. Does anyone know how to do this?