Mewriick / Blazor.FlexGrid

GridView component for Blazor
MIT License
199 stars 35 forks source link

Feature request: Set row's property depending on value of cell? #118

Open kalaur opened 3 years ago

kalaur commented 3 years ago

Is it possible to set the row property depending on the value of one of the cell of my data row?

For example: If (Cell.Value==0) // Set row.BackGrondColor=green else // Set row.BackGrondColor=red