1
vote
What should I replace this code with?
Generally, you do not want to base the display of one cell on the value of another one. A more MVC-compliant approach is to have the checkbox control a property of that row's object (say, isA …
