Hi,
When I click on the empty area inside the grid next to any DataRecord, it considers that as the newly selected record. I want the selected items to be changed only when I click on the RecordSelector/Cell etc and not the empty area in the grid. Is there a way to achieve this.
Thanks,
Poornima
Thanks Valerie. This works!!
Regards,
Hello,
You can either set the size of the Grid to the Content:
http://help.infragistics.com/NetAdvantage/WPF/Current/CLR4.0/
Otherwise, since each row contains a Card Panel which is exposed after all the actual columns you can handle the PreviewMouseLeftButtonDown event and set Handled to true if the Original Source is the Card Panel.
Please see attached sample.
Sincerely,ValerieDeveloper Support Engineer Infragisticswww.infragistics.com/support