I am using the MVCContrib grid and I would like to display images depending on the values โโof the column, for example:
- If the column value is null, display the image
"<img src="true.gif">" - otherwise display the image
"<img src="false.gif">
In addition, I will also need (it should be the same as I think) to display different actions depending on the value of the column / rows ...
Thanks in advance for your answers!
Regards, Stefan
source share