I have an interactive grid report in Apex, I want to make only two columns as editable and rest all of them as read only. I have tried setting non-editable columns as display only but still I am able to edit them.I tried for searching ready only as well but there is not such property, I found one in server_side conditions but that is also of no use as after selecting this, I am not able to see those columns in apex report but when I am clicking on a row to edit it, it is showing in form and is editable again.