I am trying to add new row to xamgrid and i keep getting error Exception Details: System.NotSupportedException: Collection isread-only.
I am using EntityFramework and I am able to update data but not add
Hi,
What type of collection are you using?
We only support adding/removing from IList and IEditableCollectionViews. If you're using a ReadOnlyCollection, then we won't be able to use that either.
-SteveZ