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.
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.