:: Forum >>

Call js function after sorting grid

Hi!

Is there a way I can call a js function after sorting? when the user clicks on the column header, sorting will be done then the function must be called.

Anyone with the solution???

Thanx!
Tebogo
Wednesday, June 28, 2006
something like this (version 1.0) -

obj.sort1 = obj.sort;

obj.sort = function(index, direction){
this.sort1(index, direction);
// add your stuff here
}
Alex (ActiveWidgets)
Wednesday, June 28, 2006
Hi Alex,

Thanks for your reply, but the function I put on the "//add your stuff here" line runs before sorting.

Anyway I can have it run after sorting is done?
Tebogo
Thursday, June 29, 2006

This topic is archived.


Back to support forum

Forum search