Search found 6443 matches

Hi, We marked a ticket as high-prio, so it shouldn't take a lot of time to fix, but I can't provide any terms unfortunately. Usually it don't take more than 1-3 weeks, but still, we can't guarantee. Try to use https://bryntum.com/products/gantt/docs/api/Gantt/model/ProjectModel#function-loadInlineDa...

Hi,
You can use any of our demos. As example this one https://bryntum.com/products/schedulerpro/examples/resourcehistogram/
Make sure you used Widget class to set property.

Hi,

I am afraid we need more facts to help you. This looks like CSS is missing. You need to check guides and troubleshooting section.
For more informative help, we need more context. Logs, errors, configs?

data is a private property (not documented) and should not be used. It is simply not correct way to specify field source.

Hi,

The ticket is fixed and will be available in next patch release in next few days/week. Can't give you exact terms, but usually we release every week or two

Yes. How to create tabs as you have? Can you share some instructions, templates to have the structure as you have? In this case we should be able to repro the problem on our side and open a ticket.

Hi abo,

There is onDrag handler in DragHelper that you can use to put your logic in.
Demos you mentioned does have code that uses that.

Hi,

You can use any widgets. Just review the code to see how to put widget and specify type and setup config you need.

Hi, If the field for the text column instead begins "data." (as we were told to do originally) this still works, but if the same change is made for the check column not only does that column stop working, but the text column breaks as well. Please explain this with code examples, I can't g...
Hi Oleg, Here is an example https://bryntum.com/products/gantt/docs/api/Grid/feature/RowExpander#async new Grid({ features : { rowExpander : { async renderer({record, region, expanderElement}){ return fetchFromBackendAndRenderData(record); } } } }); Should be that you want.