Version

Please note that this control has been retired and is now obsolete to the XamDataGrid control, and as such, we recommend migrating to that control. It will not be receiving any new features, bug fixes, or support going forward. For help or questions on migrating your codebase to the XamDataGrid, please contact support.

Activation Events

There are two events associated with activation in xamGrid™. These events have the suffix “ing” or “ed” appended to them, reflecting the order in which they occur. The activation events allow you to perform some custom business logic before or after a cell becomes activate on the xamGrid control.

ActiveCellChanging - The moment right before a cell becomes active, the ActiveCellChanging event fires. This event can be cancelled if your certain conditions are not met.

ActiveCellChanged - This event is fired after the active cell is changed.

You can use these events to control which cells on the xamGrid control can be activated, and they also allow you to interact with your end user based on which cells they activate.