The following tables list the members exposed by GridMultiColumnHeadersClientEvents.
Name | Description | |
---|---|---|
GroupCollapsed | Event fired after the group collapsing has been executed and results are rendered. The handler function takes arguments evt and ui. Use ui.owner to get the reference to the igGridMultiColumnHeaders widget. Use ui.owner.grid to get the reference to the igGrid widget. Use ui.column to get the column object for the current group that is collapsed. Use ui.element to get a reference to the jQuery object for the column being collapsed (th). | |
GroupCollapsing | Event fired before a group collapsing operation is executed. The handler function takes arguments evt and ui. Use ui.owner to get the reference to the igGridMultiColumnHeaders widget. Use ui.owner.grid to get the reference to the igGrid widget. Use ui.column to get the column object for the current group that is collapsing. Use ui.element to get a reference to the jQuery object for the column being collapsing (th). | |
GroupExpanded | Event fired after the group expanding has been executed and results are rendered. The handler function takes arguments evt and ui. Use ui.owner to get the reference to the igGridMultiColumnHeaders widget. Use ui.owner.grid to get the reference to the igGrid widget. Use ui.column to get the column object for the current group that is expanded. Use ui.element to get a reference to the jQuery object for the column being expanded (th). | |
GroupExpanding | Event fired before a group expanding operation is executed. The handler function takes arguments evt and ui. Use ui.owner to get the reference to the igGridMultiColumnHeaders widget. Use ui.owner.grid to get the reference to the igGrid widget. Use ui.column to get the column object for the current group that is expanding. Use ui.element to get a reference to the jQuery object for the column being expanded (th). |
View on GitHub