Search found 1179 matches

Hi! It is a fix for unhandled exceptions. But you still need to configure application as I mentioned above. This won't work without a fix in application code even in 5.6.9. Custom date in data should be in format like '2024-02-01T10:00:00' If it has another format then you should configure field acc...

Hi!

We are waiting for a test case to check this.

Hi!

Did you try to follow the instructions in this guide?

https://bryntum.com/products/scheduler/docs/guide/Scheduler/customization/timezone

If that didn't help, please attach some application as a test case which we can run and see.

One more addition to your code. To make this work please consider declaring customDate field with a proper date type. class AppTaskModel extends TaskModel { static get fields() { return [{ name: 'customDate', type: 'date' }]; } } then you may configure Project with taskModelClass export const projec...

Hi, abbeyng!

Thank you for the additional information.
I was able to reproduce this error.
This is the issue for the fix
https://github.com/bryntum/support/issues/8815

Please subscribe to it get updates.

Hi, Shashank! This config https://bryntum.com/products/grid/docs/api/Grid/util/TableExporter#config-indentationSymbol defaults to '\u00A0\u00A0\u00A0\u00A0' . This outputs spaces in cvs as non-breaking spaces This works for xlsx export, but breaks csv. Try using this config in app features : { excel...
Hi! Please confirm which exact commands you have run, which files were created for accessing Bryntum registry? These commands, executed on clean system in empty project folder are enough to install package. npm config set "@bryntum:registry=https://npm.bryntum.com" npm login --auth-type=le...
Hi! If you have created .npmrc files for trial login, please remove all and recreate with valid licensed login. Logout from repository and login again. npm logout --registry=https://npm.bryntum.com npm login --auth-type=legacy --registry=https://npm.bryntum.com Please check package name for licensed...

Hi!

Great to hear that! Thanks for the information!

Hi! Please try all of the below instructions and reply what you have received on each step. 1) Login to Customer Zone (https://customerzone.bryntum.com/login) with email which you want to use for npm. Open "Licenses" section on the left and check your licenses there. Calendar and Scheduler...