Grouping Done event

Hi all,

Is there any event which is triggered after grouping is done?

I need to disable something when grid starts grouping and enable it when Grid finishes grouping.

Thanks!

Unfortunately there is no such an event in dhtmlxGrid.
groupBy() method works in the synchronous mode. There is no need to add events. Just call the required function after the groupBy calling.