This example demonstrates the following events:
- Mouse events:
- OnClick
- OnDoubleClick
- MouseDown
- MouseUp
- CellMouseMove
- Other:
- CurrentRowChanging - fires whenever the current record change is attempted and allows cancellation (in this example it cancels selection of row with id = 3)
- CurrentRowChanged - fires whenever the current record is changed
- CommandCellClick - fires on a click in each command cell.
- CellFormatting - fires for each cell to allow formatting of the cell.