Class: TEgDBGridEx
property OnCellRightClick: TDBGridClickEvent;
Fired on a right-click landing on a data cell, passing the clicked
Column. Has no native equivalent to stand in for -
TDBGrid’s own OnCellClick never fires for a
right-click - so this is a plain addition, not a replacement of
anything. Uses the standard VCL TDBGridClickEvent type
(procedure(Column: TColumn) of object), the same type
OnCellClick itself uses.
Also available at column level (see TEgColumn.OnCellRightClick);
when both are assigned, the grid-level handler runs first.