Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试重置列排序(参见上图),以便没有向下或向上箭头。我试图$("#grid").data("kendoGrid").refresh()重绘网格,但它没有取消对列的排序。除了刷新浏览器之外,我还能尝试什么?
$("#grid").data("kendoGrid").refresh()
尝试:
$("#grid").data("kendoGrid").dataSource.sort({});