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;