Skip to content

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
grid.define({ height: 500 });
grid.refresh();

Articles