In CSOM ig:gridClientEvents does not support doubleClick event. It onlysupport cellClicked.How to wrtite the code so that i can track double click event on Cell
thanks in advance
any clue???
Hi Gantait:
Double-click is not supported directly in the newly released CSOM. What exactly do you want to do with the double-click?
Thanks,Jim
Some times , in grid we need a grid double click action , like,
on click on a row we are selecting a row [now its possible through CSOM cellClick] now on double click we may want to open a User Interface to edit that row. This is the requirement.