Grid Layout

How do I increase the height of the line automatically when the field increases in size?

Hi,

In GridLayout view dimensions depend on the grid (cells), which means that it can encompass several cells vertically and horizontally.

In which way does your field increase in size? Basically, you can rebuild the grid with new fields by using .serialize() and .restore() API: https://docs.webix.com/desktop__grid_layout.html#savingandrestoringstate

Here’s the snippet: https://snippet.webix.com/360kpu9b

Thank you but, I need to obtain this result only when the first row of “multicombo” is full. Can you help me?

You can listen to MultiCombo onChange event and increase or decrease cell size depending on input value: https://snippet.webix.com/dqrqttju

Thank you but, I need to increase the “dy” of multicombo only when the row is full.
Is there a control to check if the row is full?