V2.0 how to disable sorting ?
Hi,
I have been using this product since long and i love it !! i have tried the latest version 2.0. I need to disable sorting on headers as i am executing some other function on the header click. In the last version i was using
obj.getTemplate("top/item").setEvent("onmousedown", null);
to disable the sorting, but v2.0 i have no idea how to disable the sorting. i tried using
obj.sort = function(index, direction){return true;}
and
obj.onHeaderMouseDown = function(event, index){ null};
but no success. Please suggest.
thanks,
Samir
I have been using this product since long and i love it !! i have tried the latest version 2.0. I need to disable sorting on headers as i am executing some other function on the header click. In the last version i was using
obj.getTemplate("top/item").setEvent("onmousedown", null);
to disable the sorting, but v2.0 i have no idea how to disable the sorting. i tried using
obj.sort = function(index, direction){return true;}
and
obj.onHeaderMouseDown = function(event, index){ null};
but no success. Please suggest.
thanks,
Samir
Samir
November 10,