/ Published in: JavaScript
URL: http://o.dojotoolkit.org/forum/dojox-dojox/dojox-support/grid-sort-only-some-cells
Expand |
Embed | Plain Text
grid.canSort = function(index) { //index is 1-based if(Math.abs(index) == 2 || Math.abs(index) == 4) return true; return false; }
You need to login to post a comment.
