I have a requirement to add cssClass for nested child rows. I can add class for parent row but how to add nested child rows.
this.dataGrid.rows[i].cssClass
I have a requirement to add cssClass for nested child rows. I can add class for parent row but how to add nested child rows.
this.dataGrid.rows[i].cssClass
You need to add an event handler for the formatItem event of FlexGrid and then iterate over all the rows and set their cssClass property.
JS:
CSS: