I want to use a C1WebMenu control to do a context menu on a C1WebGrid. I set the menu properties ContextControlId="C1WebGrid1" ContextMenu="Control" so when I right click on the grid the C1WebMenu opens and when I right click outside the grid the default context menu opens.
My problem now is that I want to know what cell of the grid has been left clicked, I want to know the column index and the row index.
Any idea ? Thanks