This question is locked. New answers and comments are not allowed.
I have a RadGridView that it's ItemsSource is bound to a collection MyItems in my view model,
and I have the ShowInsertRow = True.
When I click on the insert row, it adds a new empty record to MyItems in my view model.
I think it should not be doing that because I have not commit my edit of the row that I am inserting.
Is there a way that I can make it so that it insert the item after I commit the new row (by press enter or lost the focus of the insert row)?
Thanks,
Peter
and I have the ShowInsertRow = True.
When I click on the insert row, it adds a new empty record to MyItems in my view model.
I think it should not be doing that because I have not commit my edit of the row that I am inserting.
Is there a way that I can make it so that it insert the item after I commit the new row (by press enter or lost the focus of the insert row)?
Thanks,
Peter