c# - Infragistics XamDataGrid Row Select/Deselect -


i have 2 xamdatagrid when select row in xamdatagrid , select row in xamdatagrid b row selected in xamdatagrid a should deselect , vice-versa. please guide me.

use selecteditemschangedevent deselect records in other grid. below code:

xamdatagrid.selecteditems.records.clear(); 

there no default functions/method available sync 2 grids selection.


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -