Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
390
Event order of operations
posted

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?

Parents
  • 17590
    Offline posted

    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.

Reply Children
No Data