请教怎样实现清除所有过滤条件问题
请教MVC下怎样实现清除flexgrid上所有过滤条件呢?试过以下方式但是不成功, flexgrid上过滤icon有反应但资料没刷新,还是有过滤的资料
flex = wijmo.Control.getControl("#grid");
var filter = new wijmo.grid.filter.FlexGridFilter(flex);
filter.clear();
您好,如果要去掉所有的Filter,您可以参照这个文档http://www.gcpowertools.com.cn/docs/componentonestudio/c1wpfflexgrid/webframe.html#FilterProcessofData.html
页:
[1]