Search found 232 matches

using the print feature it prints the URL and the date on top, is there a way to remove/hide that

Hi Ghous, yes this way we already did it, thanks

the feature works great, just a question, is it possible to not print the gantt part (right side), somehow hide that for printing ?

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