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
285
Event when the data in the grid is populated
posted

I wanted to know the event that gets executed after the entire Grid is populated/Loaded with data.

  • 40030
    Offline posted

    Hi, 

    There isn't any specific event for when the data is loaded. 

    Basically, if you set the ItemsSource before the xamGrid is loaded, the data will be loaded in the xamGrid's Loaded event. otherwise, it will be immediatly. 

    -SteveZ