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
2515
Refreshing a child datasource
posted

I have a child grid of an igHierarchicalGrid where the datasource is set in event iggridchildcreating. I need to be able to refresh (i.e. change the child to a different datasource) just this child grid without affecting any other child grid. Is there a way to do that after the associated parent row has already expanded and the child grid has been populated? I tried using the "dataBind" against the child grid after changing the datasource , but this did not work.