This question is locked. New answers and comments are not allowed.
We are using Telerik MVC grid with “InLine” editing mode (GridEditMode.InLine) with version 2011.2.712 .
In this, we have requirement to make one of the columns in the grid as “read only” while editing the existing rows (the rows which are bound from db fetch).
i.e.., This column should be “read only” only during editing the existing row, and it should become editable while inserting the new row.
Note: Grid column has a method “ReadOnly()” , but it makes the column read-only all the time (while editing the existing row as well as inserting the new row).
Also tried with setting the attribute “ScaffoldColumn”, but it behaved same way.
Is there anyway to achieve this?