Conditional styles for Grid

rowInit is called for every row i.e., tr when view is constructed for the table or current row. It can be used to conditionally apply HTML attributes, css styles & css classes to the current row.

Similarly column.render is called for every cell i.e., td whenever view is constructed for the table, current row or cell. It can be used to conditionally apply HTML attributes, css styles, css classes and content for the current cell.

Conditional styles for Treegrid, Pivot and row grouping

Conditional styles can also be applied to Treegrid, Pivot and row grouping in a similar way.

Every row has a meta data associated with it e.g., Title row in row grouping has pq_gtitle, summary row has pq_gsummary, etc which can be looked up in API documentation for groupModel