Skip to content

addCellCss

adds a css class to the cell

function addCellCss(
// the row id
id: string,
// the column name
name: string,
// the name of a css class
css: string,
// if true there is no rerendering after a method call
silent: boolean
): void
mygrid.addCellCss(152, "years", "css_class_name", true);

Articles

API