Search found 16 matches

Hi, is there a way to disable the recurrence dropdown in event editor?
I've disabled recurringEvents by setting it to false explicitly in schedule config but the recurrence dropdown is still shown.
Is there a way to support copy/paste from an Excel sheet in Bryntum Grid? Use case: end user copying a range of cells from her excel file and pasting them onto Grid. Obviously there needs to be a way to match columns/data but we were just wondering whether there is a hidden feature like this or whet...
Hi, the linked issue is closed as won't fix. Are there any plans to make the excelexporter part of the core? The dependency to zipxcel.js isn't much of an issue as long as it's properly documented imho. The workaround I posted requires disabling optimizations in angular builds. (optimization: false ...
For what it's worth I've managed to get this working. For anyone interested, the modifications I had to make are outlined here: https://gist.github.com/kaandok/e54f05e6f6639befae993c724e3818a0 I don't have any doubts about angular.json modification for zipcelx and registering the feature with the fe...
Minor related issue: ExcelExporter relies on ObjectHelper. ObjectHelper is not exported in d.ts files
Hi Pavel, My use case is that in typed languages on the server, it's quite inconvenient to have an id field that is both a string and then an integer (auto incremented id on the db side). My other points would be that this is readily available in the scheduler component and also the mapping you ment...
Is it possible to give an example project setup for using ExcelExporter in angular? I've added zipcelx.js to the scripts in angular.js file. But no matter what I try for the ExcelExporter.umd.js I can't get it registered with the GridFeatureManager. I'm using bryntum-grid as suggested via a local pa...
Hi, is it possible to setup AjaxStore to write all fields in the request body when syncing changes as opposed to only those that have changed and the ids?

This is doable in Schedule component's CrudManager.

Br,
Kaan.
Hi, While using the ajaxstore, for newly added items the store sets a string based phantomId but into the id field itself. If we set the id field before the object is added to null, it causes an unhandled promise rejection after the response from the server is received. Setting the ids to -1 seem to...