TCustomChartGrid.OnEditingCell
TCustomChartGrid
property OnEditingCell: TEditingCellEvent;
Unit
TeeChartGrid
Description
Event called whenever the end-user is going to start typing to modify a cell contents.
You can use the final Allow boolean parameter to disable editing, setting Allow to False.