Version

We recommend that you use the xamDataGrid control instead of the xamGrid control. The xamGrid is being planned for retirement over the next few years and will not receive any new features. We will continue to provide support and critical bug fixes for the xamGrid during this time. 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.