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

[Solved] FilterDescriptors don't match Filter

1 Answer 40 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Peter Samwel
Top achievements
Rank 1
Peter Samwel asked on 10 Jan 2012, 12:01 AM
I am using custom binding and through script am setting a filter to something like:

var grd = $('#mygrid').data('tGrid');<br>
grd.filter("MyField~eq~100");


On the server side, checking the Command.FilterDescriptors, the single filter (in this case) shows the following:

filter.Member = "100"
filter.Value = null

It seems that the translation code internally in parsing the FilterDescriptors is not working properly.  Can you confirm this?

1 Answer, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 11 Jan 2012, 10:20 AM
Hi Peter,

 We are not aware of such problem - basically, if it exists, then our custom binding demos should not work as well. Could you please provide a sample project that reproduces the issue so we can investigate further?

All the best,
Georgi Tunev
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the Telerik Extensions for ASP.MET MVC, subscribe to their blog feed now
Tags
Grid
Asked by
Peter Samwel
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Share this question
or