Hi Kyle,
The method -tableView:willDisplayCell:forTableColumn:row: did the trick, thanks!
-- Tito
On May 21, 2011, at 10:02 AM, Kyle Sluder wrote:
> On Sat, May 21, 2011 at 9:19 AM, Tito Ciuro wrote:
>> Hello,
>>
>> I have a table view which contains a column that displays checkboxes. I
>> w
On Sat, May 21, 2011 at 9:19 AM, Tito Ciuro wrote:
> Hello,
>
> I have a table view which contains a column that displays checkboxes. I would
> like to disable and gray out some of the checkboxes, so I guess there are two
> possible ways (perhaps there's another way?):
>
> 1) disable the control
Hello,
I have a table view which contains a column that displays checkboxes. I would
like to disable and gray out some of the checkboxes, so I guess there are two
possible ways (perhaps there's another way?):
1) disable the control (i.e. gray out) so that the user cannot toggle it (in
one sing