removeRowCss()
removes a style from a row
removeRowCss(rowId: string | number, css: string): void;
Parameters:
rowId: string | number
- the id of a rowcss: string
- the name of the CSS class
Example
grid.removeRowCss("2", "myCustomClass");
removes a style from a row
rowId: string | number
- the id of a rowcss: string
- the name of the CSS classExample
grid.removeRowCss("2", "myCustomClass");