Premium support for our pure JavaScript UI components


Post by cedenojustin »

Hi Ghulam,

This is how we populate the data to the BryntumScheduler, as you can see the resources are fetched by batch. When adding the lockrow features in our current code the display is broken.

Last edited by cedenojustin on Mon Aug 12, 2024 11:21 am, edited 1 time in total.

Post by ghulam.ghous »

I have asked for access. Please provide it and let me know here once you do.


Post by cedenojustin »

Hi Ghulam,

You can see now the screen recording on how we used the Bryntum Scheduler on our side. Thank you!


Post by ghulam.ghous »

Hi there,

Thanks for providing access to the clip. I was able to view it and tried replicating the issue. I was able to figure out that the view is not being updated once we add resources using add method. You can see the clip attached in the ticket: https://github.com/bryntum/support/issues/9748. Can you please confirm this is the issue? Also I am not able to access the second file. I am still receiving the access denied there. But if this does not relevant to your issue, need a test case to check this.


Post by cedenojustin »

Hi Ghulam,

Upon checking the sample implementation, I believe it differs from what we are currently experiencing. For reference, locking rows and groupings work well if the data is inserted in a single transaction. However, if the data is inserted in batches the bug starts occurring.


Post by marcio »

Hey,

Could you please share a runnable test case with your configuration and a sample of data?

You can adapt the demo that Ghulam shared earlier in this thread. Without a test case with the issue happening is really difficult to provide clear assistance on how to proceed or if it's a bug on our side.

Best regards,
Márcio


Post by mats »

Also, could you please try adding to originalStore instead, once you are using LockRows?

        scheduler.originalStore.add([{ id : 4, name : 'Arnold', fixed : false }]);

Does that work?


Post by cedenojustin »

Hi Ghulam,

Here's the example of the implementation we want to used with the Bryntum Scheduler. I also applied all your suggestions but its not working on our end. Let me know if you able to replicate this issue on your end. Thank you!

Attachments
bryntumscheduler-app.zip
(3.6 MiB) Downloaded 5 times

Post by ghulam.ghous »

I was able to reproduce the behaviour and it is an issue of grouping and filtering alongside lock rows feature causing issues. I have created a ticket here to fix it: https://github.com/bryntum/support/issues/9801. We will try to fix it as soon as possible. Please subscribe to the ticket to keep track of updates. Btw thanks for providing us with the test case, it helped us greatly.

Regards,
Ghous


Post by nikko.joson »

Hi Ghulam, do you have possible ETA on the bug fix? Thank you!


Post Reply