This is a migrated thread and some comments may be shown as answers.

Grid filtering not working for the numeric fields

1 Answer 579 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Arun
Top achievements
Rank 1
Arun asked on 20 Nov 2013, 04:55 PM
Hi 

I am a newbie to KendoUi. I am facing an issue with the data grid in setting up the filters for the columns with numeric values.
In my code I am getting  filters (startswith, contains .. - which are String filters ) instead  of numeric filters (less than, greater than.. ) .

Working demo of the porblem : http://jsfiddle.net/Sbb5Z/1125/

Regards
Arun

1 Answer, 1 is accepted

Sort by
0
Alexander Valchev
Telerik team
answered on 21 Nov 2013, 11:49 AM
Hello Arun,

The issue occurs due to a syntax mistake in the code - schema should be part of the DataSource. Currently it is placed at a grid settings level. Here is a link to the updated sample:

Regards,
Alexander Valchev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Grid
Asked by
Arun
Top achievements
Rank 1
Answers by
Alexander Valchev
Telerik team
Share this question
or