fires right after the header has been clicked, before sorting or any other actions
ind | number | the index of a column |
obj | object | the related javascript event object |
Available only in PRO Edition
grid.attachEvent("onHeaderClick", function(ind,obj){
//your code here
});
Back to top