I've attached addDoubleClickHandler and addRecordDoubleClickHandler to the ListGrid. On doubleclicking over ListGridRecord both handlers called.
Is it 2 ways for me to solve this problem, but how can I do that:
1. Is it possible to get record object in addDoubleClickHandler when i doubleclick over Record?
2. Is it possible don't call addDoubleClickHandler if addRecordDoubleClickHandler called?
P.S. addShowContextMenuHandler & addRowContextClickHandler work fine when both attached to ListGrid.
On rightclick over record called only addRowContextClickHandler.
Is it 2 ways for me to solve this problem, but how can I do that:
1. Is it possible to get record object in addDoubleClickHandler when i doubleclick over Record?
2. Is it possible don't call addDoubleClickHandler if addRecordDoubleClickHandler called?
P.S. addShowContextMenuHandler & addRowContextClickHandler work fine when both attached to ListGrid.
On rightclick over record called only addRowContextClickHandler.
Comment