Click or drag to resize

IHandler Methods

The GridIHandler type exposes the following members.

Methods
  NameDescription
Public methodBeginEdit
Begin to edit one cell
Public methodCancelEdit
Cancels the current edit operation and reverts the cell value to the value in the model.
Public methodCommitEdit
Commits a current edit operation and sets the current value to the model.
Public methodScrollToRow
Scrolls to show the specified row in the view
Public methodSelectAll
Selects all rows
Public methodSelectRow
Selects the row to the specified row, clearing other selections
Public methodUnselectAll
Clears the selection
Public methodUnselectRow
Unselects the specified row
Top
See Also