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.
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.