I have a requirement to disable the Planned Start and Planned End column when the user clicks on Planned Task to show Planned on Gantt view and to enable columns for editing when the user hides Planned on Gantt view
1 Answer, 1 is accepted
0
Accepted
Neli
Telerik team
answered on 14 Nov 2023, 11:51 AM
Hi Abhishek,
to achieve the desired behavior you can handle the togglePlannedTasks event:
In the event handler, you can access the needed columns and set their editable property to true/false. You can set the updated options using the setOptions method: