Hello,
I'm having issue with the add record in the xamdatagrid.
I have set AllowAddNew="True", still can't add record.
Please see attached sample project.
Thanks
Thank you Galina. It works now :)
You need a parameterless constructor of your class (underlying source class) in order for the AddNewRecord record to appear. More specifically, simply adding public Employee(){ } to your Employee class should resolve the issue.
If you have any further questions on the matter, please, let us know.