This question is locked. New answers and comments are not allowed.
I have an MVC 3 Razor Telerik grid. I have an Insert & Update comand on the row.
When a user clicks on Edit, I want to set a property for two of the columns to readonly.
When the user clicks on Cancel or Update, I want to set the columns back to full permission.
For an Insert, there will be no column property changes.
I know there must be some action in the controller I should be able to set when the Edit button is pressed.
How can I accomplish this?*