I need to conditional formatting a cell value based on a boolean value in the model. I have the column col.For(item => item.Detail); If item.Unfinished I need to apply some css style How can I do that?
feedback
|
|
if you still looking for solution: " The above property of the MVCContrib grid also does the trick.
" Credits to Jeremy Skinner http://www.jeremyskinner.co.uk/2010/04/27/mvccontrib-grid-part-7-auto-generated-columns/comment-page-1/#comment-19059 and jpassos who originally posted it here: http://forums.asp.net/p/1559843/3850767.aspx | |||
feedback
|