Is there any way to drilldown on double click instead of select?
Announcement
Collapse
No announcement yet.
X
-
We wouldn't really advise this from a UI perspective (seems like it would be an odd experience - difficult for a user to discover), but if you wanted to do it, you could implement nodeSelected and cancel the first click, but allow it to proceed if a second click quickly followed the first click.
To have the two rapid clicks delivered as two click events rather than the normal click followed by doubleClick, set noDoubleClicks on the "body" AutoChild of the "column" MultiAutoChild.
Comment