DataGrid Conditional Formatting

Hi Team,

Can we do conditional formatting in angular datagrid columns?

Thanks,
Ranjith.

Hi @rrranjith,

What are you trying to accomplish? It can usually be done by setting the Template of a column.

hi @korchev ,

Trying to change the text colour of the data grid column conditionally. I saw that examples are given for blazor but not available for angular apps. Can you please let me know an idea to do that

This forum thread may help: Datagrid change row Color based on value in row - #2 by enchev

thanks @korchev it worked!!