#109678
Markov
Keymaster

Hi Catdoken,

You can try the Grid’s onCellBeginEdit callback function. grid.onCellBeginEdit = (id, dataField, cellValue) => { if (id === 2) return false; }

Best regards,
Markov