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
915
Grid refresh issue.
posted

I have a datagrid working with data provided by a WCF service I need to refresh the grid when changes are made at the database. To this end the application subscribes to a publishing service which then calls back and lets the application know when changes have been made. The issue is when the objectDataProvider is refreshed the current view of the grid is wiped out i.e the grouping,the current display, etc, so far the work around has been to redo the grouping and try to reconstruct the previous view from the code behind which does work but it also produces a very ugly situation with the display.

Any suggestions would be appreciated.

Thanks,

Parents Reply Children