Search found 161 matches

It happens on our application when loading a grid and restoring a state so it doesn't seem related to the code editor on your online example...it keeps acumulating filters each time the state is restored.

On the state demo, https://bryntum.com/examples/grid/state/ if user restores the state, the previous filter is kept after clearing or typing a new filter value 1) filter a column 2) save state 3) refresh the example 4) restore the state 5) clear existing filter 6) the filter is kept and if user type...

Yes the error occurs on that. don't your examples run on latest version?
Also on our project the error occurs with 4.3.2

Still, the error occurs after selecting a date on a paged grid...

The field is declared as date
I've mentioned that I'm using your example, so it's latest code...

I've simply added a date column:

Bryntum Grid - Paged grid with mocked Ajax.mp4
(1.86 MiB) Downloaded 64 times

The example (.js) was attached on my post....

Hi, In your page grid example we've added the start column and use the filterBar to filter. After applying the filter an error occurs TypeError: Cannot read properties of undefined (reading 'value') at ReadOnlyCombo.onSelect Error after applying date filter.PNG Check the code attached and please adv...

I'm getting a Maximum call stack size exceeded as it seems to be entering applyState endlessly...

This was working before, but on 4.2.6 and also on latest (4.3.2) the following steps make grid crash (video attached): 1) Use filterBy function on the grid store 2) save state 3) refresh (appying the saved state) ERROR Error: Uncaught (in promise): TypeError: Cannot read properties of undefined (rea...

I did not try to override the rendering, maybe we'll try the pro version in the future.