render()
Re-renders grid cells after changes to the height or width of the grid, grid rows, or grid columns have been applied.
Example:
getObj("Grid1").grid.setProperty("column widths", "305,100,100,190,5");
getObj("Grid1").grid.render();
Re-renders grid cells after changes to the height or width of the grid, grid rows, or grid columns have been applied.
Example:
getObj("Grid1").grid.setProperty("column widths", "305,100,100,190,5");
getObj("Grid1").grid.render();