I wanted to know the event that gets executed after the entire Grid is populated/Loaded with data.
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