DataGrid Refresh

  • Thread starter Thread starter David Lei
  • Start date Start date
D

David Lei

Hi,

I'm having problem with datagrid refresh.

I've programmatically added a new row to a table that's already bound
to a datagrid, although the new row has been added to the table and
saved in the datasource. The datagrid does not show the new row.

I''ve tried datagrid.refesh() and the refresh method of the CurrencyManager
of the
datagrid, nothing seems to work.

Any suggestions?

Thanks.
david
 
Back
Top