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.

Selection Events

There are three events associated with selection in xamGrid™. These events are fired when an object has been added or removed from the objects collection. The selection events allow you to perform some custom business logic when a cell, row or column is added to or removed from their collections. SelectedCellsCollectionChanged – This event is fired when a cell has been added to or removed from the SelectedCells collection. SelectedRowsCollectionChanged – This event is fired when a row has been added to or removed from the SelectedRows collection. SelectedColumnsCollectionChanged – This event is fired when a column has been added to or removed from the SelectedColumns collection.

You can use these events which items of the xamGrid control your end user has selected.