Search found 13 matches

Hi mats. Thanks for your reply. I have not found an an example of a grid with dynamic columns. Is that possible? Because I have a start and end date and I want to create a column for every day between those dates. The dates can also be changed and the widget should refresh itself and update it's col...
Hi Everyone

Is it possible to create the following grid with bryntum tools:
If yes, are there any examples available?

Thank you!
OK this seems to work. Thanks for the quick bugfix/workaround.
Hi

Thanks for the quick update.
Is there a backport of the bugfix to the latest scheduler version? My client cannot wait until the major 2.0 release as the scheduler is already used in production and this bug is blocking.

Thank you and regards
KA
The problem still exist with latest version. Please just copy&paste the snippet in a fresh JS console (the patched function is taken from lib/common/helper/Domhelper.js) console.log("before patch "+(1.5).toFixed(2)); if ((1.005).toFixed(2) !== '1.01') { const numberPrototype = Number.p...
I downloaded 1.2.5, I will try with nightly latest build
Hi I am Integration bryntum scheduler in an existing application: Odoo The scheduler fixes the Polyfill bug in libs/Common/helper/DomHelper.js by overwriting the Number prototype. However Odoo depends on this function and now there are rounding errors in the Odoo frontend. For example product price ...
Ok you can close it. The return statement is missing on
static get fields()
:oops:
Hi Version 1.2.1 I cannot figure out how to control the attributes that are sent on the EventModel via CrudManager and sync. The flag has no effect. Am I using it correctly? edit: the following values are sent to the server e.g.: But how can I control which attributes are sent? {u'startDate': u'2019...
Hi @mats

Thanks for your help. I found a workaround:
If I add the listener afterwards the self is passed through

Thank you for you for your help!
self.Scheduler.on('eventClick', (event, self) => {
                    var self = this;
                    //...
                    }