Request for TCustomGrid.OnDblClickCell event

Like in VCL's TAdvStringGrid, we would like to have an OnDblClickCell event in Web Core's TCustomGrid.

We will expose this in the next update.

In TMS Web Core 2.7.1.0, we still miss the OnDblClickCell property in TCustomStringGrid. It should be sufficient to move the OnDblClickCell property from TCustomTableControl to its parent class TCustomGrid which is also the parent class of TCustomStringGrid.

I'm not sure I understand or what the reason is for your question.
OnDblClickCell is available in TWebStringGrid, TWebTableControl, TWebDBGrid, TWebDBTableControl.
What are you missing?

No, in unit WEBLib.Grids of TMS Web Core 2.7.1.0, OnDblClickCell is a published property of TCustomTableControl and descendants. TWebStringGrid (TCustomStringGrid) does not inherit from TCustomTableControl and thus does not have the OnDblClickCell property. TWebStringGrid (TCustomStringGrid) just has a OnClickCell property.

Maybe you meant OnDblClick.

The essential missing information here was that you must be looking at the component from the web form designer.
We have fixed this now. Next update will have OnDblClickCell exposed for the web form designer.