Skip to content

clearCss

removes CSS class from all items

function clearCss(
// name of the CSS class to remove
css: string,
// optional, if "true", the component is not redrawn
silent?: boolean
): void
grid.clearCss("xw_checked");