This question is locked. New answers and comments are not allowed.
I have a requirement to set a column (call it TitleValue) to be readonly in editing mode, but NOT in Insert. The idea is to be able to add new values in an insert, but once the value is in the grid, not being able to edit it. For this example, I have setup a EditorTemplate for this column to be a DropDown. So far, I am only able to make BOTH edit and insert either readonly or not. I want the Insert mode to be editable, but not the Edit mode (Edit should be readonly).