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
Example
Section titled “Example”mygrid.removeCellCss(152, "year", "some_style");
See also
Section titled “See also”Articles
API