This question is locked. New answers and comments are not allowed.
I am using custom binding and through script am setting a filter to something like:
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?
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?