This question is locked. New answers and comments are not allowed.
My grid is within a tab strip control,
- I have custom data binding, Filterable is enabled. Now the issue is when it filters GridCommand is not populated with the filter parameters passed in (same is the case when it sorts). I have followed documentation and some threads, and I believe I have all things setup as required.
Only one thing I notice from the sample project I downloaded from another similar thread, is this:
(from firebug output)
... ajax:{"selectUrl":"/Modeling/ListTabGridBinding?ListGrid-size=0 } ... (partial view of that JSON)
where as in sample application, it says
ajax:{"selectUrl":"/Home/_Index?Grid-size=10"}}
This definitely means that there is something wrong? But what ?
Any help is appreciated.
Thanks,
-Binu
[Edited]
When i turned on the Paging, gridsize appeared in selectUrl, gridCommand gets populated with paging params, but still no filter or sort params !!!
- I have custom data binding, Filterable is enabled. Now the issue is when it filters GridCommand is not populated with the filter parameters passed in (same is the case when it sorts). I have followed documentation and some threads, and I believe I have all things setup as required.
Only one thing I notice from the sample project I downloaded from another similar thread, is this:
(from firebug output)
... ajax:{"selectUrl":"/Modeling/ListTabGridBinding?ListGrid-size=0 } ... (partial view of that JSON)
where as in sample application, it says
ajax:{"selectUrl":"/Home/_Index?Grid-size=10"}}
This definitely means that there is something wrong? But what ?
Any help is appreciated.
Thanks,
-Binu
[Edited]
When i turned on the Paging, gridsize appeared in selectUrl, gridCommand gets populated with paging params, but still no filter or sort params !!!