Search found 14 matches

I have a read-only scheduler and since 2.1 it is showing "Add event" and "Remove event" in the context menu's. It wasn't doing this in 2.0 I believe. I can't disable them either :? In one of your examples: https://www.bryntum.com/examples/scheduler/basic/ and executing the follow...
Dragging multiple events is coming in next few releases (2.1.x) Export/Print features is going to be done later this year. There is no specific date. I see that in 2.1.0 you guys have added the 'Drag selection' feature, nice. However this is just for selecting multiple events. If you then proceed t...
You guys have a roadmap for missing features? If not, can we expect the following features to be added in the future?
* Drag selection (dragging multiple events at once)
* Print
Is this what you're looking for? https://stackoverflow.com/questions/42011100/how-can-i-pass-post-parameters-in-fetch-request-react-native Well yea, but the 'body' part can differ per request. I initialize the store with this these fetch options: fetchOptions: { method: 'POST', headers: { 'Content-...
Works fine for me, can you please show how you try to do it? store : { fetchOptions : { method: 'PUT' }, Provides: Request URL: https://lh/grid/examples/treeloadondemand/php/read.php Request Method: PUT Status Code: 200 OK Remote Address: 127.0.0.1:80 Referrer Policy: no-referrer-when-downgrade Tha...
As of the next release v2.0.1, AjaxStore is configurable and you can control all aspects of the Fetch request. Should be in the nightly builds shortly. With 2.0.2 and fetchOptions configuration of a Resource or EventStore I still can't configure the HTTP method that is used for a create, read, upda...
In the end I managed to solve it. In the syncfail event handler I restore the start and enddate of the event like this: syncfail: function(e) { crudManager.autoSync = false; var rawEvent = e.response.events.rows[0]; // the event that failed to be moved var event = e.source.eventStore.getById(rawEven...
I use autoSync on my Crudmanager. When I call undoAll() it also undoes all successful changes. Can I somehow only revert the last change that failed and not trigger a sync once I revert it? I tried using resetQueue() to reset the StateTrackingManager, but it still seems to still remember all the cha...
After a sync fail I want to undo the changes but CrudManager.reject() doesn't seem to work. Calling CrudManager.hasChanges() before I call reject returns true and afterwards returns false as expected. However the event start and enddate are not updated and the event is rendered at an invalid time. S...
Any idea when 2.0.1 is expected to be released?
Could a get a trial version of the latest nightly build perhaps?