开发者

Detect if Flex AdvancedDataGrid itemClick is actually a drag

开发者 https://www.devze.com 2023-01-14 00:16 出处:网络
Is there any way to detect if AdvancedDataGrid itemClick event is actua开发者_JAVA百科lly caused by the user dragging? I\'d like to take action on click, but ignore drag.you should add drag handler, d

Is there any way to detect if AdvancedDataGrid itemClick event is actua开发者_JAVA百科lly caused by the user dragging? I'd like to take action on click, but ignore drag.


you should add drag handler, dispatch new click event for the same target and kill drag event or stop it.

or just use standard click event

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号