Hi,
Is there any event fired when all data has been loaded into the Xamdatagrid??
Thanks!!
Hello,
You can use the FieldLayoutInitialized event - all the data has been loaded and the layout is initialized. You can also use the InitializeRecord event, which will fire for each record when it is loaded.
Hope this helps.