Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
650
XamDataGrid - event triggered after row has been added?
posted

I am looking for some event or command that would be executed only after a row has been added to a XamDataGrid - meaning the RecordItem and all of its contained elements have been created.

I understand that normally people will handle the CollectionChanged event on Observable collections that are bound to the XamDataGrid but I need to be notified after the RecordItem has been fully instantiated.