How can I show tooltips while performing drag-n-drop.
It seems that tooltip display during drag-n-drop operation is disabled or not triggered.
I want to use the tooltip to indicate to the user why the drop is being denied.
How can I show tooltips while performing drag-n-drop. It seems that tooltip display during
Share
The solution that worked for me was to create the tool tip manually inside the TransferHandler. Here is the code I added: