refresh
repaints the whole view or a certain item
function refresh( // the item ID. If the parameter is set, only the specified item will be repainted id?: number|string): void
Example
Section titled “Example”grid.define({ height: 500 });grid.refresh();
See also
Section titled “See also”Articles