I have SfListBox inside a SfDialog.
When I drag an item, and press the escape key, I would like the listbox to let go of the item and return the pointer to normal. However, when I do this, the dialog cancels/closes and the listbox item remains selected with the mouse pointer.
I checked the listbox events but couldn't find anything.
Any ideas on to fix this?