To refresh the data in datagridgrid you have to refresh the underlying datasource. There is a Refresh method in the Datagrid (available for generic control object) that just refreshes the control, i.e invalidates and repaints it. So Don't confuse these two.




Reply With Quote