Hello,
I want to allow users to select and copy to clipboard text within listGrid.
Unfortunately option setCanDragSelectText(true) has unfortunate consequence.
While selecting text, dragged row appears next to the mouse cursor. How can I prevent this from happening?
I don't want this rows to be dragged anywhere and users are confused.
I've tried setting other drag options to false but with now success because they are already false by default.
Any suggestions?
Best regards
I want to allow users to select and copy to clipboard text within listGrid.
Unfortunately option setCanDragSelectText(true) has unfortunate consequence.
While selecting text, dragged row appears next to the mouse cursor. How can I prevent this from happening?
I don't want this rows to be dragged anywhere and users are confused.
I've tried setting other drag options to false but with now success because they are already false by default.
Any suggestions?
Best regards
Comment