Data Source has:
serverFiltering: true,
Grid has:
filterable: true,
When the Filter is selected from the columnMenu, nothing goes across the wire per Fiddler and the C# breakpoint is not hit. (Sorting server-side on this grid works fine, HttpGet breakpoint in the Controller is hit for every change.)
And fyi the filter doesn't seem to work at all in Chrome, it won't accept a text value to search.
For the browsers where it works, do I have to do something else to enable the grid to Filter on the server?
serverFiltering: true,
Grid has:
filterable: true,
When the Filter is selected from the columnMenu, nothing goes across the wire per Fiddler and the C# breakpoint is not hit. (Sorting server-side on this grid works fine, HttpGet breakpoint in the Controller is hit for every change.)
And fyi the filter doesn't seem to work at all in Chrome, it won't accept a text value to search.
For the browsers where it works, do I have to do something else to enable the grid to Filter on the server?