Grid.AutoSizeRows

Grid.AutoSizeRows ( 

string  ObjectName,

boolean Redraw = true )

Example 1

-- AutoSize all rows
Grid.AutoSizeRows("Grid1", true);

Autosize all rows

See also:  Related Actions