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
450
Row selection for drag
posted

Hi

I've enabled drag and drop of data between two UltraWinGrids, using the _SelectionDrag, _DragOver and _DragDrop events.

My problem is that the user first needs to click (mouse down and mouse up) on a row to select it, and then mouse-down again and drag and mouse-up to drop.

Is there a way to "automate" or "force" the selection of the row on the first mouse-down so the user can then already drag to drop?

Parents
No Data
Reply
  • 469350
    Verified Answer
    Offline posted

    What is your SelectTypeRow property set to? And what are you using for CellClickAction? I think you should be able to find a combiation of these two properties that does what you want.  

Children