:: Forum >>
Header OnClick Event
I would like to override the onclick sorting funtionality of the grid so that I can tie in my own code when the user clicks the column header.
JonLees@Yahoo.com
Jonathan Lees
Thursday, November 16, 2006
You can use:
obj.onHeaderClicked = function(event, index){
alert(index);
return true;
}
Carlos
Thursday, November 16, 2006
This topic is archived.
Back to support forum
Forum search