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

Missing Filter Options

2 Answers 79 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Burak
Top achievements
Rank 1
Burak asked on 14 Feb 2012, 10:23 AM
Hello;

When I click filter button no values appear as you can see in the attached doc...

My code is here: http://jsfiddle.net/GzJzY/1/ 

Thanks...

2 Answers, 1 is accepted

Sort by
0
Accepted
Nikolay Rusev
Telerik team
answered on 14 Feb 2012, 02:29 PM
Hello Burak,

This is caused because the type of environment field is with capital 'S', should be:
environment: { type: "string" } // not { type: "String" }

Also it will be best the attached jsFiddle to be working in order to demonstrates the problem instead of dummy one.

Regards,
Nikolay Rusev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Burak
Top achievements
Rank 1
answered on 14 Feb 2012, 02:34 PM
Thank you very much;

Now it is working as expected:)

Tags
Grid
Asked by
Burak
Top achievements
Rank 1
Answers by
Nikolay Rusev
Telerik team
Burak
Top achievements
Rank 1
Share this question
or