addRowCss
adds a css class to the row
function addRowCss( // the row id id: string, // the name of a css class css: string): void
Example
Section titled “Example”mygrid.addRowCss(152, "some_rule");
Details
Section titled “Details”Works as a short alias for the addMark method.
See also
Section titled “See also”Articles
API