Search found 2087 matches

The column menus are implemented in HeaderMenu feature . You can configure the feature to remove or change individual existing items or to add new items. The complete list of existing names is here together with the examples of customizing them. If you need to enable/disable individual items at runt...
Would you please give us more information such as screenshot of what you want to achieve, a sketch or video or a runnable showcase? You can use https://bryntum.com/products/grid/docs/api/Grid/column/Column#function-hide method to hide the columns. You can also use our grid example to explain the exa...

Hello pkerstenplanon,

we have identified the source of the problem so we don't need showcase anymore. We are taking the steps to incorporate ShadowDom support to one of the upcoming releases, stay tuned please.

If returning the plain string does not help, we need a showcase so that we can debug.

FYI, object returned from your renderer is interpreted as DOMConfig.

I cannot say the reason without stepping into the function because there are several return points form completeEdit . You can see its source after downloading the zip package. Also, you can set a BP just before the call and then step into the method. You can also post a simple showcase that we can ...
Yes, it's correct https://bryntum.com/products/grid/docs/api/Grid/view/Grid#function-finishEditing You can also try https://bryntum.com/products/grid/docs/api/Core/widget/Editor#function-completeEdit it should work as well. You have to handle the situation yourself That should not happen. Try to ca...
Hello pkerstenplanon. Do you think it would be possible for you to post a simplest possible showcase that would demonstrate the above approach in a runnable form? Overriding the library methods is generally a risky business, however, the above looks like viable approach. If we had the showcase we ca...
Hello Galb. The problem here is that the data is made immutable somewhere in the chain between data.ts and loadCrudManagerData call. Normally, redux reducers should always make copies (which should resolve the issue). I have tried to modify your gantt selector to read: import { createSelector } from...

@sbprot, create please a new thread for the above issue so that we can keep it separate.

There is one easy way to configure the filter field described here: https://bryntum.com/products/gantt/docs/api/Grid/feature/Filter

The result would be:

Screenshot 2024-03-22 at 10.22.45.png
Screenshot 2024-03-22 at 10.22.45.png (508.46 KiB) Viewed 67 times

Or you are aiming to something else?