Hi Team,
I am using Igx data grid, V9.1.28.Requirement: I have a button in toolbar , on click of that values of grid changes. Now based on condition of columns i want to highlight the rows.Data:
Hi Shobhana,
This could be achieved by using the conditional row styling and setting either the rowClasses or rowStyles. To learn more about them please visit the following page in our documentation:
https://es.infragistics.com/products/ignite-ui-angular/angular/components/grid/conditional-cell-styling#grid-conditional-row-styling
I have also prepared a small sample that demonstrates the rowStyles approach, which you can find here:
https://stackblitz.com/edit/angular-bsktqq?file=src/app/grid/grid-rowStyles-sample/grid-rowStyles.component.html
I would also like to note that version 9.1 is considered retired and is out of the support scope. To be able to benefit from our new features and improvements, I strongly recommend you to upgrade to a newer version.
Please let me know if you have any questions or concerns.
Regards, Ivan Kitanov