Search found 9 matches

Hi,

I'm using eventRenderer function and tplData for changing view my event and it works fine.

It is possible to render different event layout based on the scheduler viewPresset? I mean when I change view preset from week to month want to see another layout for an event.

Thanks.
Here my column config where I'm trying to change row height depends on the max value of an event in the row. export const columnsConfig = [ { type: 'tree', text: 'Employees', field: 'name', width: '15em', // Hide default tree icons expandedFolderIconCls: null, collapsedFolderIconCls: null, leafIconC...
Hi, I'm trying to implement something like row dynamic height. On column render, I find an event with max value and set row height by it. It looks good but ... When I have more than one item in a cell of a row, height wrong and second event puts not at the bottom of the first. How can I fix it? Scre...
That works, thanks!
Hi,

How can I disable time range tooltip on event while dragging?
Screen Shot 2019-12-02 at 14.58.49.png
Screen Shot 2019-12-02 at 14.58.49.png (89.84 KiB) Viewed 919 times
Hi! Can you help, please? - I want to add a checkbox to Event Editor dialog and use it's value when I press 'Save'. I've added it successfully but when I try to press 'Save' nothing happens at all. I've already tried to use combo instead and everything worked fine. I'm using Scheduler v1.2.5 and Rea...
Bryntum Scheduler 1.2.3 terminal FAIL src/App.test.tsx ● Test suite failed to run Cannot find module 'bryntum-scheduler' from 'BryntumScheduler.tsx' at Resolver.resolveModule (node_modules/jest-resolve/build/index.js:179:17) at Object.<anonymous> (src/components/BryntumScheduler.tsx:5:27) tsconfig.j...
Hello and thanks for your reply.

Yes, I have a module definition in tsconfig, but still got the error.

"paths": {
"bryntum-scheduler" : ["src/lib/scheduler/scheduler.module.transpiled.js"]
}
I took react_typescript example app run but the test doesn't work and got this in the console FAIL src/App.test.tsx ● Test suite failed to run Cannot find module 'bryntum-scheduler' from 'BryntumScheduler.tsx' at Resolver.resolveModule (node_modules/jest-resolve/build/index.js:179:17) at Object.<ano...