Completed
Last Updated: 23 Jan 2015 14:38 by ADMIN
John
Created on: 20 Jan 2015 18:49
Category: Kendo UI for jQuery
Type: Feature Request
1
Make Kendo UI grid number column with template filter correctly
I created a Kendo UI grid with two columns.
One is just a number called num0.
the other is is called num1 and it's data is created from num0 through a 
template.

The filter on num0 works find.
The filter on num1 shows up and you can use it but
no matches are found. ie: filter on num1 and select "Is equal" and enter "2",
then click "Filter"
and grid is emptied when it should have shown the 1st record.

I think it has something to do with the "template" that I am using
to fill num1 column.

http://jsfiddle.net/elbarto99/acyxekgx/

1 comment
ADMIN
Telerik Admin
Posted on: 23 Jan 2015 14:38
This is because for the second column you are referring to a field in the data source (num1), which has no data values set.

See how I modified the data source for the grid to include num1 field values, which makes the second column filtering operate as expected:
http://jsfiddle.net/acyxekgx/5/

You can direct additional technical inquiries to our forums or support system on telerik.com.