i am having a listGrid, i want that whenever some one clicks on the header i can capture that event , i.e if a click is done on header of any column i dont want to sort the field rather i want to call my own function.
I tried to override the "sort()" method, but could not do that.
What can be done ?
I tried to override the "sort()" method, but could not do that.
What can be done ?
Comment