Hi
I am using MVVM and in that suppose i select 5 rows in the xamdatagrid.On click of a button i want to remove the highlight from all the rows.Can u suggest a way for this.
Thanks in advance
Manuj
Hello Manju,
I am just checking if you require any further assistance on the matter.
Sincerely,
Krasimir
Developer Support Engineer
Infragistics
www.infragistics.com/support
Thank you for your post. I have been looking into the functionality that you have described and I can suggest using the DataPresenterCommnads’ ClearAllSelected. You can set the Button’s Command property to that command and also you can set the XamDataGrid and CommandTarget. I have created sample application for you, that shows how you can implement this approach.
Please let me know if you need any further assistance on the matter.