Search found 8 matches

Mats, I was using the 2.1.1 Trial version to evaluate the pure JS version of the Scheduler so have no access to the nightly builds. I have a license for ExtJS Scheduler and here https://forum.bryntum.com/viewtopic.php?f=49&t=11349&e=1&view=unread#p60999 you suggested to switch to the JS ...
Hi Pavel, It can be replicated with the Resource Timerange example if you change it to use stores for resources, events and resource time ranges. I have done this and you can check it here: https://svn.tenderix.com:82/examples/resourcetimeranges/index.umd.html It's slightly different from what I exp...
Hi, There seems to be a bug in the display of resourceTimeRanges. I am using this feature to display non-working days per resource. These non-working days are only initially displayed if the resource has no other events. See below screenshot. Initial.jpg Then if I drag&drop or edit an event sudd...
It first looked promising but unfortunately the group feature's renderer is only called for each locked column (my 4 resource columns name, information, month1 and month2) but not the time line columns. What I want to achieve is to have the total hours per resource per day displayed just above. Like...
Ah, OK.
Another question: By default the summary row is added below the group. Is it possible to have the summary row in the group name row on top like it is for the Ext JS Scheduler?
ExtJSSchedulerSummaryRow.jpg
ExtJSSchedulerSummaryRow.jpg (212.67 KiB) Viewed 1163 times
Hi, I have a weird issue with the groupSummary feature. When the scheduler is loaded the events object of the renderer function is always empty. When I then collapse and expand the group it will show the correct amount of events. I have the following inside the scheduler object: let scheduler = new ...
There were 2 issues. 1. The <head> part had a runat="server" declared. Removing it resolves the compilation issue due to invalid hyphen in id attribute 2. The scheduler.umd.js must be imported only after the body (or if rendering to div the DIV) is declared and not like I did in the head s...
Hi, Wanted to test the pure JS Scheduler as an alternative to the ExtJS Scheduler. Unfortunately it seems that the import of the CSS requires the id="bryntum-theme". However, when using this <link rel="stylesheet" type="text/css" href="/BryntumJS/build/scheduler.li...