Version

GridRowSelectorsClientEvents Class Members

The following tables list the members exposed by GridRowSelectorsClientEvents.

Public Constructors
Public Fields
 NameDescription
Public FieldCheckBoxStateChangedEvent fired after a row selector checkbox had changed state. Function takes arguments evt and ui. Use ui.row to get reference to the row the clicked row selector resides in. Use ui.rowIndex to get the index of the row the clicked row selector resides in. Use ui.rowKey to get the key of the row the clicked row selector resides in. Use ui.rowSelector to get reference to the row selector cell. Use ui.owner to get reference to igRowSelectors. Use ui.grid to get reference to the igGrid the igRowSelectors are initialized for. Use ui.state to get the state of the checkbox ("on","off"). Use ui.isHeader to check if the header check box is the one being clicked. In this case no row related args are passed.  
Public FieldCheckBoxStateChangingEvent fired when a row selector checkbox is changing. Function takes arguments evt and ui. Use ui.row to get reference to the row the clicked row selector resides in. Use ui.rowIndex to get the index of the row the clicked row selector resides in. Use ui.rowKey to get the key of the row the clicked row selector resides in. Use ui.rowSelector to get reference to the row selector cell. Use ui.owner to get reference to igRowSelectors. Use ui.grid to get reference to the igGrid the igRowSelectors are initialized for. Use ui.currentState to get the current state of the checkbox ("on","off"). Use ui.newState to get the new state of the checkbox ("on","off"). Use ui.isHeader to check if the header check box is the one being clicked. In this case no row related args are passed.  
Public FieldRowSelectorClickedEvent fired after a row selector is clicked. Function takes arguments evt and ui. Use ui.row to get reference to the row the clicked row selector resides in. Use ui.rowIndex to get the index of the row the clicked row selector resides in. Use ui.rowKey to get the key of the row the clicked row selector resides in. Use ui.rowSelector to get reference to the row selector cell. Use ui.owner to get reference to igRowSelectors. Use ui.grid to get reference to the igGrid the igRowSelectors are initialized for.  
See Also

View on GitHub