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
Example
Section titled “Example”grid.clearCss("xw_checked");