I've got a grid (dojox.grid v1.2) that I don't want to be sortable. How can I disable that?
|
|
Found it: http://dojotoolkit.org/forum/dojox-dojox/dojox-grid-support/disable-sorting-specific-column-0 To save linking: In your onload, or postrender add code like this:
(Note, the columns seem to be indexed from 1 in this setting.) |
||
|
|
