I can make column 1 of my dataGrid non-editable with: dGrid.columns[1].editable = false;
But if that column contains an itemRenderer (textInput in my case) and I use the same technique, the user can still click in the itemRenderer. How can I prevent this please?

