Hi.
I use a сonverter for an UnboundField. It is very simple, just receives and returns values. And the DataTable as a data source for the XamDataGrid. There is a problem when i paste data into the XamDataGrid the DataSource is not updating. And RowChanged event of the DataTable does not raised.
It is a really big trouble, so I extremely need you advice.
I'm using version 4.11.1.
Example files in the attachment.
Hi Stefan.
This did not solved the problem. table_RowChanged event does not happen all the same.
Hi,
I am just checking if you got this worked out or you still require any assistance or clarification on the matter.
Hello Nikolay,
Thank you for your post. I have been looking through it and the code you have provided and I create a sample project using it. Basically I changed the returned value in the ConvertBack method of you Converter to be a Double type, because this is the type of your DataTable’s Column and this is the expected returned type. You will see the comment in the code-behind. Please let me know if you need further clarification on this matter.
Looking forward for your reply.