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
350
Selecting the row for drag and drop
posted

Here is what I am trying to achieve. A user is ineditmode modifying the contents of a cell. The user then  clicks on the row selector in order to do a drag drop action. I can't figure out how to do this. It appears that the user must click twice. Once to exit edit mode and then another time to select the row. I want this to be 1 action. I can achieve this if they are editing a different row the issue only occurs if the user tries to do this with the same row.

Any help would really be appreciated.

  • 469350
    Suggested Answer
    Offline posted

    Hi,

    I tested this out and it works fine for me. The only time clicking on the row selector doesn't work for me with one click is if the cell I am editing has a dropdown that is currently open. The first click in such a case closes the dropdown and then it requires another click to do anything else. But this is standard behavior for Windows and DotNet and there's no way to change that.

    If I do with the regular text cell with no dropdown, then I can click on the RowSelector to select the row and even begin dragging the selection with only one click.