florindaniel
Programmer
Hello,
I have a ReadOnly grid with products and I want to double-click (or right click) on one record (= one row of the grid), in wichever column, and enter in some Modify procedure.
My problem is the DblClick event of the grid is NOT triggered when doing so on a record; instead it is triggered
the DblClick event associated to the Text linked with the column I make the DblClick onto (well, quite normaly, frankly speaking).
But this means I must put the code in each column of the grid (1, 10 or 100 times) and I think there must be a better way to handle this.
Thank you
Daniel
I have a ReadOnly grid with products and I want to double-click (or right click) on one record (= one row of the grid), in wichever column, and enter in some Modify procedure.
My problem is the DblClick event of the grid is NOT triggered when doing so on a record; instead it is triggered
the DblClick event associated to the Text linked with the column I make the DblClick onto (well, quite normaly, frankly speaking).
But this means I must put the code in each column of the grid (1, 10 or 100 times) and I think there must be a better way to handle this.
Thank you
Daniel