Hello

I am setting the value of a cell in a TableView based on another cell using a custom delegate.

My question is, how do I prevent edits in the first cell if it is set to a certain value. I suspect that I need to reimplement the flag method in my custom model, however I have tried various combinations of ItemIsEditable and ItemIsSelectable with the result that clicking on the cell selects the entire row. I just want the uneditable cell to be selected when clicking on it.

What am I doing wrong??