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
147
How do you specify which rows to refresh after an Update?
posted

I have a Web Grid with two bands bound to a DataSet. When an update happens to row in the parent band, I need to change data in the rows in the child band. Likewise, when a child row changes, the row in the parent band needs to be updated. I found I can set the LoadOnDemand to LoadOnDemand.Manual, but the entire Grid refreshes with every update. I like the preformance of LoadOnDemand.Automatic, but it only refreshes the row where the update happened during a DataBind, not the related rows.

Is there a way to specify which rows should be changed on the grid using LoadOnDemand.Automatic or LoadOnDemand.Manual instead of refreshing the entire grid?

Parents
No Data
Reply Children
No Data