3.2.0

Fluid grid control

Is there a way to have the grid control resize on a fluid layout? let's say, we have a page that varies depending on screen resolution size and we could have a column within the grid that could have a variable size in it.

Is it possible to call the grid with width:100%?
Rodrigo
March 16,
myGrid.setStyle('width', '100%');
    myGrid.setStyle('height', '100%');
Keith
March 20,

This topic is archived.

See also:


Back to support forum