Is there any way to detect if AdvancedDataGrid itemClick event is actually caused by the user dragging? I'd like to take action on click, but ignore drag.
+1
A:
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
Eugene
2010-09-02 21:45:25