Search found 33 matches

Hi mats,
The documentation says that startDateConfig takes a generic Object type as a parameter. But what kind of object ? I mean what are the fields of the object that we can pass.
Hi, There are some fields that I don't want the user to be able to modify. They are read only in the application. Examples are the name, resource and the start date of the event. So, I hide them in the event editor. I looked at this documentation but I did not find how to toggle the visibility of th...
Hi eveyrone, I got an important requirement in my project which is to be able to quickly visualize the events matching some conditions. I use the background color of the event (exemple: color set to blue when condition A is matched). Then, red color if condition B is matched. The conditions and the ...
Will there be a special price for upgrading existing scheduler licenses,
to pro without purchasing new one? When will we hear more about this version,?
Hi guys, I have 2 short questions regarding the tooltips in Angular. Q1 : How can I set the text of the event tooltip header (the orange part) ? It defaults to the name of the event which is not used in my model. I would like to specify a different field or, even better, a html template to concatena...
Hi guys, My coworker told me about one thing that annoy him and I'd like to know if you guys have a setting for that. He would like that once he reachs the start/end date (exemple : 2 days) of the scheduler with the scroller, it shows the next items smoothly. Right now, I use a next/previous button ...
Ok thanks mats. This solve my issue for changing colors after the events are loaded (exemple : the user click on a button to add a new condition for blue events). When loading the page for the first time, I will also want to apply the base conditions. I thought it would be faster to set it directly ...
Yes the method seems there because the code works in the browser. At first, after ng serve, it does not compile. Then I put a space somewhere to trigger compilation again and it compiles. The error is still there but compilation is successfull. I think this error comes from TSLINT/Angular looking at...
Hi mats, Would you have, by any chance, an idea on where it stands on your roadmap ? If I say soon to my coworker, he will think that I'll be able to provide him the feature next month. However, maybe soon means 6 months-1 year for your roadmap at Bryntum. So, I'll make sure he is aware of that if t...
Thanks guys. I really appreciate your helpful answers. I used the beginBatch() example and it worked fine. Yeah !!! The events do not use all the same color since I will add some conditions later. However, I use Angular and I get the message ERROR in src/app/app.component.ts(292,32): error TS2339: P...