Our blazing fast Grid component built with pure JavaScript


Post by jyoti »

I want to use both scheduler and grid together in my angular 7 project. But when i am using them its giving me too many error like " Error: Can't resolve '@babel/runtime/helpers/asyncToGenerator'" etc. Can anyone please help?

Post by pmiklashevich »

Hello @jyoti,

It's not supported. We have a ticket to get it done: https://app.assembla.com/spaces/bryntum/tickets/7561
For now you can use only scheduler bundle which is based on grid.

Cheers,
Pavel

Pavlo Miklashevych
Sr. Frontend Developer


Post by jyoti »

Hi @pmiklashevich,


So i can not use scheduler+grid with any version of angular right now? Can you please suggest me any alternative for this please.
I need a scheduler which will have a right side bar(which i was thinking of grid till now). That right side bar will contain a list a tasks. User can drag them from right side bar and on dropping it will create a new scheduler at the bottom of existing scheduler and so on.
https://www.bryntum.com/examples/schedu ... gfromgrid/ this example is using scheduler and grid on same page. But its in js.

Post by pmiklashevich »

Scheduler extends grid. So scheduler bundles (scheduler.module.js / scheduler.umd.js) contain grid classes inside. That's why including scheduler bundles together with grid bundles (grid.module.js / grid.umd.js) is not supported. You'll see duplicate classes issue. But having Scheduler component and Grid component on the same page is supported. You just need to use only the scheduler bundles.

P.S. Please keep in mind that Grid is licensed separately, even though it's inside the Scheduler SDK

Pavlo Miklashevych
Sr. Frontend Developer


Post by jyoti »

@pmiklashevich Thank you very much for the guidance. Its working fine now.

Post Reply