Search found 73 matches

The scheduler is not working in IE11. I have tested the nighty build as recommended in the following viewtopic.php?f=51&t=16506 but it does not work.

In the following example, https://www.bryntum.com/examples/scheduler/customeventstyling/ , adding the below code: var endDate = DateHelper.set( new Date(2017, 5, 2), { hour: 23, minute: 59, second: 59, }); console.log('1',endDate); scheduler.endDate = endDate; console.log('2',scheduler.endDate); The...

Hi, Is there any timeframe or plan on when will it be fixed?

Is there any update or workaround for this bug?

Hi,
How can we access the column name?Is there any work around for it?

We use the coulmn.filter function in the following way. column.filterable = function(data) { var value = data.value, property = data.property, record = data.record, colData = record[property]}; In the version 4.0.4, we are not able to access 'property' which we could access in previous version. Is t...
Hi, I am trying to use excel export function which fails to export when the group summary is true. Here is the example of how we are trying to use it. In the following example, https://www.bryntum.com/examples/grid/groupsummary/ , the export works when groupSummary is set to false. appendTo : 'conta...
Screenshot 2020-11-18 at 23.59.49.png After the latest update of bryntum4, the tooltip does not work as in previous versions. In the following example, https://www.bryntum.com/examples/scheduler/tooltips/ , I added the following tooltip widget, var _commonTooltip = function(type, id, selector, url)...

Hi,
Thanks for response. Referring to the same picture, if 'activity3' is not there in the beginning and we get it on from ajax response, do we have to update all 'activity1, activity2 again or is it just activity3 that is updated?

Hi, I would like to divide the cell in to sub-cell or group the rows? Please find attached screenshot. Screenshot 2020-11-12 at 08.09.00.png . We also have a filter to select 'activity1, activity2' and so on. On filter we would like to just update the data from backend and not to render the grid col...