Our pure JavaScript Scheduler component


Post by attila.posta »

Hi,

I'd like to set the max value on NumberColumns based on the selected resource in ResourceTab's grid. For example, If the added resource is Resource1, then units' max value is 50, otherwise its 100. Is it possible?

thanks,
Norbi


Post by mats »

Sure, easy. Listen to https://bryntum.com/docs/grid/#Grid/feature/CellEdit#event-beforeCellEditStart and reconfigure the editor as you want there.


Post by attila.posta »

thank you, its working.


Post Reply