Version

RowSelectorClicked Field

Event 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.
Syntax
'Declaration
 
Public Const RowSelectorClicked As System.String
public const System.string RowSelectorClicked
Requirements

Target Platforms: Windows 8.1, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

View on GitHub