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
InitializeRecord not firing after DataSource assigned
posted

I have a grid and its DataSource is assigned on the constructor of MainWindow.xaml.cs

A delegate is fired on later in the program and in there I want to rebind the Grid so I have tried setting it to null and then to the new model but the InitializeRecord is not fired when the DataSource is assigned.

Can you help please?

Parents
  • 35319
    posted

    Hello,

     

    I have been looking into your post and I have tested the described behavior. It seems that the event fires. Would you please modify the attach sample application(datagridchangdatasource.zip) in order to reproduce exactly your scenario ?

     

    Looking forward to hearing from you.

    datagridchangdatasource.zip
Reply Children