关于Kendo UI的使用心得

1.在筛选里面的条件选项进行编辑

 filterable: {
extra: false,
operators: {
string: {

startswith: "Starts with",
                                       eq: "Is equal to",
                                       neq: "Is not equal to"

                                    }
}
}

<1>这个可以放在外面进行总的设计,也可以放在没个列表里面进行单个编辑。

<2>extra: false可以保证只有一组筛选,默认的是两组筛选。

2.sortable: true,

点击列表项按字母或者数字顺序进行排序。

3. fliterable   下面的operators选项

可以搜filterable.operators.string.

上一篇:jquery接触初级----jquery 选择器


下一篇:Testlink部署全攻略