3.2.0

Disabling Sorting how to do it???

Hi,
I'm very new to JS and active widgets and have been trying to get sorting disabled on the grid by following previous posts etc but with no success.
I've managed to disable resizing but cant figure out exactly how to disable sorting. Do you have a dummys example.
Is it possible to do it by using some statement like this ???
this.setSortProperty("index", null);


Many Thanks
Tim
June 23,
http://www.activewidgets.com/messages/1470-1.htm
Alex (ActiveWidgets)
June 24,
//Disable sort
obj.sort = function(index, direction){
return true;
}
FerdinandoGalera
August 28,

This topic is archived.

See also:


Back to support forum