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
60
hierarchical data in XamDataGrid
posted

I observed that if the DataSource is a collection with all the hierarchical data, XamDataGrid is showing child records of corresponding parents and working fine. However in my case each record in XamDataGrid is not a collection and on RecordExpanded I have to get the child data from external service at runtime and bind it back to grid as child records of the expanded parent record. Please suggest if there is any approach.