Closed
Description
I've created a table that is non-editable. When toggling an 'Edit' button, I want to change all the cells to editable. When the user clicks 'Edit', I've tried changing the column definition to enableCellEdit and called grid.refresh(), grid.queueGridRefresh(), notifyDataChange('column'), and changed the grid.columns.colDef & called columnRefreshCallback(grid) but none have worked for me. Could you tell me what i'm missing and/or doing wrong?
thanks.