I would like to deny the columns sorting feature fired by clicking on the column header, but I can't find the property to set for this behaviour.
I found it!
editableGrid = new EditableGrid("DemoGridJsData"); editableGrid.enableSort=false;