Search found 120 matches

This is what we do! We add a timer that after X amount of minutes trigger the Medinet.bryntum.update(); We get the last part (commented out) as the response but we then get an error from your script. Can you figure something out from the supplied code? 'use strict'; /* globals bryntum */ var Medinet...

Alright :) You learn something everyday. Thanks for clearing it up.

Alright, that solved my problem, but is that really how it's supposed to work? Should it continue to use the color from another cell? Should it not reset and keep the styling from the CSS?

I used the "renderers demo" (https://bryntum.com/examples/grid/renderers/) and can trigger the issue. Using this JS: import { Grid, DataGenerator, EventHelper } from '../../build/grid.module.js?442139'; import shared from '../_shared/shared.module.js?442139'; const grid = new Grid({ adopt ...
Hi, I have a couple of columns that can be configured to display a bunch of different colors as background and text color. When the data is grouped and sorted and I change the group sort order all of the colors start jumping around. Some group header cells get a background (even tough I have a total...
Hi, I'm gonna use https://bryntum.com/examples/scheduler/basic/ as a base for this bug. In IE11 the "scheduleClick" event isn't triggered in the first part (left hand side) of the scheduler. I'm not talking about the "Name" column, but the actual timeline. The size of this non-cl...

I've tried the exact same thing locally (I can't edit your examples in IE) and there's no console.log. What browser did you test in?

Hi,

I'm not getting any scheduleClick events in IE11. Is this a limitation or a known issue?

I should also say that the other events seem to work. Like scheduleDblClick.

Hi, Looking at the sorting and grouping icons for the column headers I feel that they are displayed strangely. They do not reflect the icons used in the contextmenu (right click menu). The text sorting switches from arrow + a-z to just an arrow. The group sorting changes from arrow + list to just a ...