Hello,
I have an application with a datagrid with addnewrow enabled and ribbon button.
The ribbon button is binding to command that save data to some back end.
My problem is that when the command is called the new row is not commit and observableCollection don't have the new line.
i have two solutions
- force the commitnewrow before call the backend
-or disable the command when datagrid have current add item not commited
Benjamin
Attachment:
DatagridGridTextColumnReadonly_617623bf.zip