:: Forum >> Version 2 >>

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(eventindex){  
alert(index);
return 
true// cancel default handler  
Carlos
Thursday, November 16, 2006



This topic is archived.

Back to support forum

Forum search