Search found 10 matches

After some further testing, the bug still occurs... How can I make sure the CSS is loaded before I render? And why is all css loaded except for these column lines?

Sorry, I'm not very experienced yet with developping.

Jasper
Mats,

That did the trick I think!
Thanks allot.

Jasper
Hi Mats, No, I call both the js library and the css library the same way: if ($("link[id='bryntum-scheduler-css']").length == 0) { $("head").append( '<link id="bryntum-scheduler-css" rel="stylesheet" href="../Common/extensions/Planning/ui/planningwidget/i...
Hi Mats, It's hard to provide a runnable test case because it's integrated as a widget in another application. That's why I prefer not a solution, but rather an approach of how you would search for this issue. I use the css file named scheduler.stockholm.min.css. My scheduler is running on V2.3 Jasper
Hi, I'm developping with the Bryntum Scheduler for our customer. I think the library is really powerfull, but I ran into an issue a while ago and I can't seem to figure out what the problem is or how to even start debugging this issue. Here's the issue: When I refresh my page, sometimes, the schedul...
Hi Maxim,

Thanks allot, I was able to fully implement this just like I wanted!
Capture.PNG
Capture.PNG (8.76 KiB) Viewed 1827 times
Hi Maxim,

I tried left property, but it has no effect. Is there any way to see what properties are available?

Kind regards,
Jasper
@Maxim, Thank you so much! I Overlooked that part in the snippet, and didn't realise the renderer function isn't called anymore. is there also a property that defines the left distance? Or how can I know what properties are available? Because my three shifts are overlapping now. (I just gave them a ...
I also noticed the cellGenerator function does get executed, but after that, the renderer function of the middle header does not get executed.

I hope there is a solution for this. Thanks for the help.

Jasper
Hi, I'm testing the features of the Bryntum Scheduler for a customer of ours. A big requirement for them is to have shifts in the timeaxis header. These shifts are different during the weekend than during the week. Is there a way to render a custom header with a dataset of timestamps? Or just hardco...