It seems that if a column in perspective is rendered as boolean & editable (via checkbox) then the user must first double click the cell to gain edit capability, then click the checckbox as required.
Is this correct?
If so, would it work if I built a subview with a check box? Would the clicked checkbox work immediately? And I guess I'd need to correlate the clicked subview back to the row/column?
Thanks