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.
我想拒绝通过单击列标题触发的列排序功能,但我找不到要为此行为设置的属性。
我找到了!
editableGrid = new EditableGrid("DemoGridJsData"); editableGrid.enableSort=false;