Search found 37 matches

Hi, In Bryntum Scheduler we get the console error "Cannot read properties of undefined...". As a work around we have added a check for undefined in the function isSelectable (in the minified file): isSelectable(recordCellOrId) { // Added if (!recordCellOrId) { return false; } // End added ...

Downloaded nightly, attached is an image of what it look like in IE11. There are no error messages.

Hi, Thanks! I am trying to use syncDataOnLoad and to set the new data, store.data = nnn. I must do something wrong, the result is an javascript error "e.some is not a function". (e is an uglified variable) Expanding the error: key: "data", set: function(e) { var t = this; if (t._...
Hi, Could you please advice which is the best way of reloading data into Bryntum Scheduler? We want to set a timer that refreshes the data every 15th minute. It's huge amount of data, so backend request takes a while. We would like to make the scheduler do the request silently in the background and ...

Thanks! Works perfect!
BR,
Kerstin

Hi, Thanks for reply! I have tried to add a renderer to the column of type "check". The renderer is never called. Could you please give an example of how to add a renderer for this type? I used your example "Basic demo" (umd) and added a second age column, type "check" ...
Hi, Thanks for reply! I get the event for fields of all types except for "check", so I can't prevent the user from select or deselect a checkbox. What I do want is to show the user that some rows can't be updated, preferably by disabling input fields, including checkboxes. Is there a way t...

Hi,

How can I make some of the rows in a grid editable and some rows read only? Is it possible in the data to tell if editing is allowed or not?

Best regards,
Kerstin

Hi,

To select date periods we are using popup of type datefield. How can we make it show week number in the calendar?

Best regards,
Kerstin
Thanks! Just what I wanted.