1

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.

Robusto
  • 31,447
  • 8
  • 56
  • 77
Roland Rabien
  • 8,750
  • 7
  • 50
  • 67

1 Answers1

2

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
  • 2,226
  • 1
  • 14
  • 15