Search found 73 matches

The filter works only first time. Next time I get empty table. We filter the store for 'value that is not seen' in the column (In above example activities is not seen)and we have the 'column grouped'.
I tried 'scheduler.store.clearFilters(); ' but it is not helping.

I am trying to filter data in the resource store as in follows. The sample data format for resource store : { "rows":[ { "id":"a", "activities":[ { "id":77, "name":"activity1" }, { "id":119, "name":" activ...

Dragged as in resized.

Image

I grouped the 'city' column, please find attached screenshot.
Image

Is there any direct event that gets triggered when a column is dragged 'manually'. We use

grid.columns.on('change', _changeFunction);

But this gets triggered even when the column.resizeToFitContent is called.

Hi,

Tried the above solution, but when i group the 'city' it does not work. Is there a better way to do this?

Screenshot 2021-08-31 at 13.44.47.png Screenshot 2021-08-31 at 13.40.14.png I am trying to merge the rows which has same record.city (like in excel). In the example https://www.bryntum.com/examples/grid/filtering/ I have made the following changes in the filterbar features : { filterBar : true, str...

https://www.bryntum.com/examples/grid/filterbar/

In the above example is it possible to initialize filter bar with all the values in filter items.
Image

The fonts are not working in latest chrome as well.

Hi, It works in ie but the icons not visible.
When i open the css files it is as follows :
.b-fa-angle-left:before{content:""}

When i inspect the code it is as follows in console

.b-icon-remove:before {
    content: ""}
Screenshot 2021-02-19 at 14.51.01.png
Screenshot 2021-02-19 at 14.51.01.png (6.31 KiB) Viewed 1138 times