IHandler Methods |
The GridIHandler type exposes the following members.
| Name | Description | |
|---|---|---|
| BeginEdit |
Begin to edit one cell
| |
| CancelEdit |
Cancels the current edit operation and reverts the cell value to the value in the model.
| |
| CommitEdit |
Commits a current edit operation and sets the current value to the model.
| |
| ScrollToRow |
Scrolls to show the specified row in the view
| |
| SelectAll |
Selects all rows
| |
| SelectRow |
Selects the row to the specified row, clearing other selections
| |
| UnselectAll |
Clears the selection
| |
| UnselectRow |
Unselects the specified row |