Version

GridMultiColumnHeadersClientEvents Class Members

The following tables list the members exposed by GridMultiColumnHeadersClientEvents.

Public Fields
 NameDescription
Public FieldGroupCollapsedEvent 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).  
Public FieldGroupCollapsingEvent 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).  
Public FieldGroupExpandedEvent 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).  
Public FieldGroupExpandingEvent 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).  
See Also

View on GitHub