Search found 47 matches

I added the columns to the example. I disabled auto apply. Then my test steps are simple: 1: comment in/out the stateId to enable/disable stateful 2: apply the change 3: count how many seconds it takes for the state to return to idle I used the default columns and the following as additional coulumn...
Hello Bryntum Team, if you use stateful in a grid with many columns(>50), you will notice a major increase in rendering time especially if you have multiple regions. Additionally the renderows Event is called 2 times for each region. As an example you can take the Grid State Demo and add 50 - 100 co...
I am not directly concerned with the event height or the overflow of text. In the picture i posted you can see, that the event height is enough to show more than 3 rows of information. The text i want to show in the event is only three rows high and fits inside of the event, but on the last line of ...
Hello Bryntum Team, If you change line height and font size of the rendered event text with multi line data. The lower parts of some letters are cut of in the last line. As an example you can copy the following code and replace the event renderer of the Highlight Time Spans SchedulerPro Demo and the...

Thank you for the help.
This is exactly what i needed.

Thank you for your answer. It is working fine, but i still would like to know how to show two or more items horizontal in a submenu. I want to place a button next to a combobox in a submenu. Regarding the width if i set width for example to 100 on both items. Then on the page it shows a combobox wit...
Hello Sencha Team, If you set the layout of a submenu to hbox and the submenu contains 2 items. The first item gets the width of the secound item added to itself and the secound item is not shown. As an example you can copy the code and paste it into the live demo of Core.widget.Menu const menu = ne...