Sort finish event

Hello,

is there an event if the grid has finished sort after a click on the header?

Regards, Carsten

Yes, you may try to use onAfterSorting event:
docs.dhtmlx.com/doku.php?id=dhtm … tersorting

That’s right but works only if ‘onBeforeSorting’ returns TRUE.
Also it doesn’t work correct. I’ve a grid with many rows (~2000) and the user can sort the grid by click on header. Because the sort is (very) slow i would like to show a box with ‘Begin sorting…’ in onBeforeSorting event and in onAfterSorting i would like to hide this box. But normally the hint isn’t shown, only i debug the Javascript the hint will be shown and hide.

Unfortunately it’s not available to create such kind of notification.