Premium support for our pure JavaScript UI components


Post by Vinodh Kumar »

Hi Team,

I have one column with drop-down values how can I configure that drop-down in Gantt view.

Ex:
Status Column: Dropdown with ["Not Started", "Started", "Completed"];

And those drop-down values are different for each project how can I make the dynamic dropdown list?


Post by mats »


Post by Vinodh Kumar »

But, how can we make those dropdown items should be dynamic?


Post by mats »

I wrote you, you listen to the event triggered when editing starts and replace items in the combo as per your needs.


Post by Vinodh Kumar »

Hi Mats, how to disable one option in the combo.

Example:

["Not Started", "Started", "Completed"] once the user selected started then we need to disable the Not Started option.


Post by saki »

Could you simply filter the combo store or to not add the invalid option at all in your https://bryntum.com/docs/gantt/#Grid/feature/CellEdit#event-beforeCellEditStart listener?


Post Reply