Search found 239 matches

GHous, great reply, that works, thanks

we have configured a percentage column in a grid. We want to hide the percentage bar for specific rows. Normally we can do that with a renderer where we can do that using i.e.

widgets[0].hidden = true

with the percentage column this is not possible as there are no widgets passed.

Any idea ?

.no there is nothing than bryntum.

@Marcio, bryntum.fromSelector('#reload') works fine, thanks

no the component is there (see screenshot) and it is visible for sure, and we can locate it if we go for the higher level component and iterate the widget map

in 5.5 it was working and we did not change anything

we have a widget defined like { type : 'button', cls : 'b-rounded', id : 'reload', icon : 'b-fa b-fa-rotate', disabled : true }, if we try bryntum.grid.Widget.getById('reload').hidden = false; the bryntum.grid.Widget.getById('reload') returns undefined. All that did work before
it collapses the right side but still can be opened, this works, thanks subGridConfigs : { locked : { flex : 3 }, normal : { hidden:true } }, does not work as there are no more visual objects and scrollUnrenderedTaskIntoView and others fail, what works is: subGridConfigs : { locked : { flex : 3 }, n...

see attached screen shot

we have users at customers that should only see the left side of the gantt view. Is there a possibility to switch off/hide the right side

Hi, I'm sorry we found out that it was our fault, sorry for disturbing

we have 2 popups one over the other. if we tap the header of the top popup the underlying popup closes immediately