Hello Frederic,
By default RadGridView will set each column to read-only when the underlying property is read-only. However this did not prevent you from selecting a specific row and do copy paste operation.
If your desired behavior is to have copy paste like in edit mode, but without entering into edit, my suggestion is to create custom
CellTemplate for each column that has read-only
TextBox. Here is a sample XAML snippet:
Regards,
Stefan Dobrev
the Telerik team
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 Public Issue Tracking
system and vote to affect the priority of the items.