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.

Filtering Events

There are two events associated with filtering in the xamGrid™ control. These events have the suffix “ing” or “ed” appended to them, reflecting the order in which they occur. The filtering events allow you to perform custom business logic before or after your end user filters the grid. Filtering– The moment right before the grid is filtered, the Filtering event fires. You can cancel this event if your application’s state does not meet certain conditions. Filtered – this event fires after the grid is filtered.

These events allow you to control what actions your end users can perform on the xamGrid control. For example you can disable the filtering on the grid by cancelling the Filtering event.