Grid.SetRowHiding

Grid.SetRowHiding ( 

string  ObjectName,

boolean AllowHiding = true )

Example 1

Grid.SetRowHiding("Grid1", true);

Allow rows to be contracted to size zero at runtime by the user

See also:  Related Actions