Hello Dietmar,
The Kendo UI Model fields can be specified either as editable or non-editable, however allowing editing only when the items are new is not supported. You can achieve similar behavior by subscribing to the Grid's edit event. Once the event is triggered you can check the Model's isNew method and based on that disable certain editors or closing the cell (if InCell editing mode is used).
Regards,
Alexander Popov
Telerik
The Kendo UI Model fields can be specified either as editable or non-editable, however allowing editing only when the items are new is not supported. You can achieve similar behavior by subscribing to the Grid's edit event. Once the event is triggered you can check the Model's isNew method and based on that disable certain editors or closing the cell (if InCell editing mode is used).
Regards,
Alexander Popov
Telerik
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Feedback Portal
and vote to affect the priority of the items