Hello,
I am using Radgridview, and there is a situation.
The gridview is binded to Observablecollection of Entity framework class.
I need to make some of the columns (2-4) readonly if the grid is in edit mode.
If adding new row, the columns should be editable.
I am using telerik:RadGridViewCommands.BeginInsert to add new row.
Note: MVVM pattern is followed.
Regards,
Reyas Mohammed
I am using Radgridview, and there is a situation.
The gridview is binded to Observablecollection of Entity framework class.
I need to make some of the columns (2-4) readonly if the grid is in edit mode.
If adding new row, the columns should be editable.
I am using telerik:RadGridViewCommands.BeginInsert to add new row.
Note: MVVM pattern is followed.
Regards,
Reyas Mohammed