Version

GridResponsiveClientEvents Class Members

The following tables list the members exposed by GridResponsiveClientEvents.

Public Fields
 NameDescription
Public FieldresponsiveColumnHiddenEvent fired after a hiding operation is executed on the collection of columns. The handler function takes arguments evt and ui. Use ui.owner to get the reference to the igGridResponsive widget. Use ui.owner.grid to get the reference to the igGrid widget. Use ui.columnIndex to get the hidden column index. Has a value only if the column's key is a number. Use ui.columnKey to get the hidden column key. Has a value only if the column's key is a string.  
Public FieldResponsiveColumnHidingEvent fired before a hiding operation is executed on a collection of columns. The handler function takes arguments evt and ui. Use ui.owner to get the reference to the igGridResponsive widget. Use ui.owner.grid to get the reference to the igGrid widget. Use ui.columnIndex to get the hidden column index. Has a value only if the column's key is a number. Use ui.columnKey to get the hidden column key. Has a value only if the column's key is a string.  
Public FieldresponsiveColumnShowingEvent fired before a showing operation is executed on a collection of columns. The handler function takes arguments evt and ui. Use ui.owner to get the reference to the igGridResponsive widget. Use ui.owner.grid to get the reference to the igGrid widget. Use ui.columnIndex to get the shown column index. Has a value only if the column's key is a number. Use ui.columnKey to get the shown column key. Has a value only if the column's key is a string.  
Public FieldresponsiveColumnShownEvent fired after a showing operation is executed on the collection of columns. The handler function takes arguments evt and ui. Use ui.owner to get the reference to the igGridResponsive widget. Use ui.owner.grid to get the reference to the igGrid widget. Use ui.columnIndex to get the shown column index. Has a value only if the column's key is a number. Use ui.columnKey to get the shown column key. Has a value only if the column's key is a string.  
Public FieldresponsiveModeChangedEvent which is fired when the widget detects an environment change. The handler function takes arguments evt and ui. Use ui.owner to get the reference to the igGridResponsive widget. Use ui.owner.grid to get the reference to the igGrid widget. Use ui.previousMode to get the previously assumed mode. Use ui.mode to get the newly assumed mode.  
See Also

View on GitHub