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
Example
Section titled “Example”mygrid.addCellCss(152, "years", "css_class_name", true);
See also
Section titled “See also”Articles
API