removeRowCss
removes a css class from the row
function removeRowCss( // the row id id: string, // the name of the css class to remove css_name: string): void
Example
Section titled “Example”mygrid.removeRowCss(152, "some_style");
Details
Section titled “Details”Works as a short alias for the removeMark method.
See also
Section titled “See also”Articles
API