public class GxClientEventsRowSelection
Row Selection Event (single & double)
| Modifier and Type | Field and Description |
|---|---|
GxClientKeypressModel | Key!A keypress model which is received from the client. Note The the key model is available for the following grid events only
|
BBjVector | SelectedRows!An array of selected rows |
| Modifier and Type | Method and Description |
|---|---|
BBjNumber | getSelectedRowCount()Get the number of affected rows by the last event |
public GxClientKeypressModel Key!A keypress model which is received from the client.
Note The the key model is available for the following grid events only
ON_GRID_ROW_CLICK and ON_GRID_DOUBLE_CLICK. In all other cases , it will be null()
public BBjVector SelectedRows!An array of selected rows
public BBjNumber getSelectedRowCount()Get the number of affected rows by the last event