Skip to content

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
mygrid.removeRowCss(152, "some_style");

Works as a short alias for the removeMark method.

Articles

API