I have a WebHelpers WebGrid in MVC 3.0 and would like to custom display a certain field if its value was set to a certain amount.
grid1.Column(columnName : "Process_ID",format:@<text>@if (item.Process_ID == 26){<text><SPAN STYLE="background-color: yellow"> HELLO </SPAN></text>} </text> ),
1 Answer