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
955
XamDatagrid - Record selection with extended drag enabled plus ability to copy active cell to clipboard
posted

Hi,

We're using Infragics WPF v 13.2

We've got a requirement where our users wish to multiselect rows by clicking and dragging the mouse. My understanding is that we can achieve this by setting CellClickAction to SelectRecord and SelectionTypeRecord to ExtendedAutoDrag.

But now they want to be able to copy the content of a cell. How can we do this without having CellClickAction = SelectCell? This would break the record multiselection when dragging the mouse.

Can you please advise?

Regards.