3.2.0

Disable the sorting function of the header.

Hi,all
Now I user activewidgets2.0, and i want to disable the sorting function of the header, means that when i click the header and will not do the sorting of the rows. Anybody can help me? Tks in advance.
bob
May 22,
// disable sort grid
obj.onHeaderClicked = function(event, index){
return true; // cancels further processing
};
May 22,
Tks very much.
bob
May 25,

This topic is archived.

See also:


Back to support forum