简体   繁体   English

Telerik MVC网格-自定义过滤(客户端)

[英]Telerik MVC Grid - Custom filtering (client side)

I would like to have custom client-side filtering in my Telerik MVC Grid. 我希望在Telerik MVC网格中具有自定义的客户端筛选。 This is mean that when user click on the filter icon on a column, instead of the default filter of Telerik, I would a custom javascript code to be called. 这意味着,当用户单击列上的过滤器图标而不是Telerik的默认过滤器时,我将调用自定义javascript代码。 how do I do this? 我该怎么做呢?

thanks 谢谢

hagai 哈盖

I know this is late, but I recently had to do some modifications in the same area. 我知道这很晚,但是最近我不得不在同一区域进行一些修改。 My suggestion is to look at teleik.grid.filtering.js. 我的建议是查看teleik.grid.filtering.js。 You will find there all the code that renders the filtering pop-up, so start there with your modification 您将在此处找到呈现过滤弹出窗口的所有代码,因此从此处开始进行修改

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

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