3.2.0

How to set a grid to expand/shrink when parent is resized


Background:
I have developed my own drag/resize control, which is basically a DIV which gets its size on the fly based on mouse drop drop events...

Problem:
Now, i am trying to put AW Grid on one resizable DIV. My goal is to have the AW grid take 100% of the available width automatically, such that when i resize the DIV, the AW Grid will size up accordingly.
Is that possible?....

Ivan A Slavov
May 9,
You can set grid width/height to 100% -

obj.setStyle("width", "100%");
obj.setStyle("height", "100%");
Alex (ActiveWidgets)
May 10,

This topic is archived.

See also:


Back to support forum