Hi,
I have a grid object that displays checkboxes. The checkboxes appear checked/unchecked according the value in the db column they relate to as specified in the grid column. That all works fine.
However, I do not want the check box to appear in some rows where certain record is true.
ie The checkbox visibility should be false for those rows where a condition is set. As this has to be assessed on a row to row basis, I cannot use the overall vis control for the col.
Is it possible to control this? Maybe some smart Javascript logic that would be rendered after the grid is loaded?
Any ideas?