hi,
i have some columns which are non-editable. i achieved this by using allowEditing=false property.
but those non editable columns should editable only for newly added rows.
can you guys please help me to achive the above requirement.
i am using normal edit mode.
this.gridInstance.editSettings={ allowEditing: true, allowDeleting:true, allowAdding: true, mode: "Normal" };