This question is locked. New answers and comments are not allowed.
hi
I have used the following code for Save Changes.And its working previously.
.ToolBar(commands =>
{
commands.SubmitChanges();
})
Now we are using licenced version.But now am getting "Object doesn't support this property or method" error when am click on Savechanges button as well as cancel changes button.Can anybody tell what am doing wrong