Hello,
I'm working on grid with add and edit button.
EditType for one of the column in grid is "string" which is textbox.
My requirement is when adding the new row, this column needs to be AllowEditing="true"
when edit the row, this column should be AllowEditing="false"
Is it possible to do that?
Best Regards,
Yukiko