Our pure JavaScript Scheduler component


Post by Jammb »

Hi,
I did download the schedulerexample zip.
I did run npm install in the following folder.
bryntum-scheduler-trial\scheduler-3.1.7-trial\examples\react\typescript\filtering
and when I ran npm run start I came up with the following error.

Attachments
Capture.PNG
Capture.PNG (68.66 KiB) Viewed 678 times

Post by arcady »


Post by Jammb »

Hi Team,
Please find the attachment. I have uploaded the implementation of the single click on resource field.

Thanks,
Mukesh.

Attachments
filtering copy (2).zip
(2.85 MiB) Downloaded 105 times

Post by Jammb »

Sorry I attached the wrong file previously. This is the right one.

Attachments
recurring-events.zip
(988.43 KiB) Downloaded 88 times

Post by saki »

The problem lies in your custom wrapper implementation Schduler.tsx that does not process features the same way as our default wrapper does. Download please our latest scheduler and use wrapper from it as the basis of your customization, however, we do not recommend to change out default wrapper.

The hot fix would be to change line 84 in Schduler.tsx to:

    cellEdit: {
      triggerEvent:'cellclick'
    },

but we still recommend to stick on our default wrapper.


Post Reply