Page 1 of 1

[REACT] hidden resource assignment column at parent level

Posted: Thu Jul 22, 2021 2:55 pm
by Bhava

Hi ,
Is there any way to make the resource assignment column non-editable at parent level?


Re: [REACT] hidden resource assignment column at parent level

Posted: Thu Jul 22, 2021 3:18 pm
by Maxim Gorkovsky

Hello.
You can listen to this event: https://bryntum.com/docs/gantt/#Gantt/view/Gantt#event-beforeCellEditStart and return false when you don't want to show editor for column/record combination


Re: [REACT] hidden resource assignment column at parent level

Posted: Thu Jul 22, 2021 3:52 pm
by Bhava

Thanks , got it