I am trying the Kendo Grid with ASP.NET MVC, and I need custom binding according the document of http://docs.telerik.com/kendo-ui/aspnet-mvc/helpers/grid/custom-binding.
the problem is the document only have demo code about paging and sorting, but there is no information in filters exposed in the object of DataSourceRequest, so that I can not do custom binding with filters.
Anyone can help? Thank you very much!