Insert New Row in ReadOnly RadGridView
When the RadGridView is read-only or bound to a collection that does not implement the INotifyCollectionChanged interface you can use the RadGridView Items collection's AddNewItem() method to add an item and select it if needed. Example 1 shows how this can be done: