This question is locked. New answers and comments are not allowed.
I am currently using Telerik's RadGridView to display my data. I want to add empty row without details and enter details from ui and save the information in the existing ObservableCollection which the radGridView is binded to. I am currently implementing this by setting the ShowInsertRow property to be true. The problem is, I do not want to make the original data editable, and I want to add combobox menu for one of the columns. What would be the best way tp resolve this issue? Please contact me for clarification if it is needed