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.

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.