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
35
BeforeRowExpansion - Dynamically binding child rows question
posted

Hello,

I am retrieving child rows on demand using BeforeRowExpanded method described in this forum (create dataset with data relation and bind to grid.  When user clicks the expansion indicator, retrive the child data and merge it into the dataset that is bound to the grid).  

Here is my issue:  The app I am working on refreshes the data in the bound dataset at its leisure and if a user has a row expanded at this time, the child rows they are looking at will disappear (they would have to collapse and expand the row manually to see the changes to the child data if there were any).

Any thoughts or suggestions on how to get around this?

Thanks