I am trying to make a cell not editable based on certain criterias. Based on the querycellstyle function, I could only get the column style as Allow Editable = false. I want to just make that particular cell in the row Allow editable as false.
Makes entire column not editable and not the specific cell only.
e.Column.AllowEditing = false;