Note | ||
---|---|---|
| ||
As of July 25th, 2023, there is a content freeze on this page. |
Re-renders grid cells after changes to the height or width of the grid, grid rows, or grid columns have been applied.
...
Code Block | ||||
---|---|---|---|---|
| ||||
getObj("Grid1").grid.setProperty("column widths", "305,100,100,190,5");
getObj("Grid1").grid.render();
|
...