Grid.Refresh

Grid.Refresh ( 

string ObjectName )

Example 1

Grid.SetRowHeight("Grid1", 1, 42, false);
Grid.SetColumnWidth("Grid1", 1, 42, false);
Grid.Refresh("Grid1");

Set the width and height of row 1 and column 1 and the redraw the entire grid

See also:  Related Actions