You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When modifying the in-cell editing example to edit a cell on (dblclick) and the Grid has a large number of columns - 50, then the (cellClick) event is fired twice after the generic (dblclick) event. At the same time, the generic (click) event is fired twice before the (dblclick) event which is the proper behavior.