Skip to content

removeCellCss

removes a css class from the cell of datagrid

function removeCellCss(
// the row id
id: string,
// the column name
name: string,
// the name of a css class to remove
css_name: string,
// if true there is no rerendering after a method call
silent: boolean
): void
mygrid.removeCellCss(152, "year", "some_style");

Articles

API