Read-Only State
The CollectionEditor can be displayed in a read-only mode which disables the editors in the PropertyGrid area of the control and the add/remove buttons.
To disable the editing, set the IsReadOnly
property of RadCollectionEditor
to True
.
Setting IsReadOnly
<telerikControls:RadCollectionEditor IsReadOnly="True"/>