Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
605
XamDataGrid showing multiple selection when MouseLeftButton is pressed and mouse is not actually in XamDataGrid
posted

Hi,

I am using Infragistics XamDataGrid, In my application i need multiple selection of rows so i am using SelectionTypeRecord="Default" in FieldLayoutSettings so that i can select multiple rows(I want to have Drag and Drop functionality on the Multiple selected records),but my problem is that if i select a row in XamDataGrid and move my mouse into another region adjacent to the XamDataGrid (By Holding the MouseLeftButtonDown) and move my mouse up and down the selected record, even though iam not selecting multiple records still the grid gives a feeling that i have selected multiple records in the grid.This is confusing the users(since they actually selected 1 record ,but is showing as multiple selection if we keep MouseLeftButtonDown pressed). How can i avoid this feel of Multiple selection when iam moving the mouse by holding the MouseLeftButtonDown in region other than XamDataGrid.(Since i want the Drag and Drop functionality implemted with multiple records selected,i need to keep the MoudeLeftButton pressed).

This is urgent, Please help...

Thanks

Ram