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
JonLees@Yahoo.com
Jonathan Lees
November 16,
obj.onHeaderClicked = function(event, index){
alert(index);
return true; // cancel default handler
}
This topic is archived.
ActiveWidgets is a javascript library for creating user interfaces. It offers excellent performance for complex screens while staying simple, compact and easy to learn. Deployed by thousands of commercial customers in more than 70 countries worldwide.
Copyright © ActiveWidgets 2021