I see plenty of documentation for the various events of the igGrid and other components.
Is there a document that shows the order of operations for events?
Hello Cecil,
Thank you for posting in our community.
There is no such kind of documentation. The reason is that all the events are triggered by different user interactions. The general rule is that the "ing" events are fired before the "ed" events and "ing" events could be cancelled. For example if we have a look at the igGrid Resizing feature events you could see both columnReszing and columnReszied events. ColumnResizing is fired before the resizing operation is executed and columnResized event is fired after the resizing has been executed. This rule is applicable to basically all events of the igGrid. Some further reference about events and when they are fired could be found in igGrid API documentation under Events tab.
I hope you find my information helpful.
Please do not hesitate to contact me if you have any additional questions regarding igGrid events.
Please let me know if you need any further assistance with this matter.