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

android - net_scheduler holding wakelock -

sql - MySQL : Getting Entries from a many-to-many table -

java - Retrieving data from database using jsp (Hibernate + Spring + Maven) -