Hi, I was using the Grid with ContextMenu, the ContextMenu will be show when I click the ‘Right Mouse button’. And when I left click on the Grid cell, it will fire function doOnCellEdit(state, rowId, cellInd) with (state == 0). How can I force the ContextMenu automatic to fire in (state == 0) without wait user click on the ‘Right Mouse button’? Thanks!