简体   繁体   English

带有ASP.NET MVC的Kendo Grid,带有过滤器的自定义绑定

[英]Kendo Grid with ASP.NET MVC, Custom Binding with Filters

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 . 我正在尝试使用ASP.NET MVC构建Kendo Grid,并且我需要根据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. 问题在于该文档仅具有有关分页和排序的演示代码,但是在DataSourceRequest对象中公开的过滤器中没有任何信息,因此我无法使用过滤器进行自定义绑定。

Anyone can help? 有人可以帮忙吗? Thank you very much! 非常感谢你!

您提供的链接中缺少该部分,但可以在此处找到有效的示例: http : //www.telerik.com/forums/grid-custom-binding-for-sorting-paging-grouping-and-filters

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM