Hi,
having a grid with activated drag & drop to move rows around with a custom renderer which shows text and sometimes a text field, do i have the possibility to prevent triggering drag & drop when inside the textfield and want to select text?
Hi,
having a grid with activated drag & drop to move rows around with a custom renderer which shows text and sometimes a text field, do i have the possibility to prevent triggering drag & drop when inside the textfield and want to select text?
Add a listener for dragstart on the text field, and stop propagation?
ahhh, you’re right. Didn’t think about that. Thank you ![]()