bryntum / support

An issues-only repository for the Bryntum project management component suite which includes powerful Grid, Scheduler, Calendar, Kanban Task Board and Gantt chart components all built in pure JS / CSS / TypeScript
https://www.bryntum.com
53 stars 6 forks source link

`TaskModel.isEditable` should take the record `readOnly` into account #9984

Closed arcady-zherdev closed 2 weeks ago

arcady-zherdev commented 2 weeks ago

TaskModel.isEditable method should take the record readOnly into account. This should cleanup readOnly usage in cell editing related code (Column class).