Search found 6443 matches

Hi, We do not have demos, but that obviously a function that will filter data. Here is an example of such filter // "Hotel" is only to be shown on weekdays calendar.activeView.resourceDateFilter = ({ resource, date }) => { return resource.id === 'hotel' ? (date.getDay() > 0 && date...

Hi,

Thanks for the test case!
I've spent some time to investigate the reason, but didn't find anything obvious, so I opened a ticket to fix that https://github.com/bryntum/support/issues/8889
You can subscribe on ticket updates to be notified when it's done.

Thanks for the info! I tested again and it still working ok. We need more details. What version do you use? Do you have LWS enabled? Debug mode?

em.. I tried to move the code in paint() event, and it's not called at all Please share runnable application, we will be able to help you faster. paint will be called before refresh anyway. I can't say what's wrong without runtime debugging, unfortunately. How exactly did you add paint listener? He...
It's not exactly that I expected, I need a structure of tabs, not one tab. I used this template and it worked <template> <lightning-tabset> <lightning-tab label="Item Two"> <div class="container" lwc:dom="manual"></div> </lightning-tab> <lightning-tab label="Item O...

Hi,

I see the app is not runnable and in readonly mode, so I can't do anything with that.
Could you pls zip and send it as archive? It will give us opportunity to add sources and run the code.

Thanks.

Hi Thomas, To have custom dates for start and end date of timeline, you need to set start and end dates instead of call scrollTo . In this case it won't be auto handled and you will see exactly what you need. https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#function-...

Hi,

renderer is not correct place to handle load mask from life cycle perspective. Try to use widget's events for that, for example this one https://bryntum.com/products/gantt/docs/api/Core/widget/Widget#event-paint

Could you pls post template you use? I will try to add 2 tabs as you did and test tab change.
On your end pls try to comment this line

this.gantt.store.sort('startDate');

and see if bug is still reproducible.

Hi, Try to use store data format, since you use store level data and not ProjectModel, that you copied data format from { "success" : true, "total" : 50000, "data" : [{ "id":"test","name":"Weekends","intervals": ...... }...