Can't auto refreash the datagridview

  • Thread starter Thread starter Aaron Ho
  • Start date Start date
A

Aaron Ho

Hi,

I have a datagridview with DataSource= Datatable,

The datatable is constructed through DataSet design.
The problem is when I try to add new datatable row with the function
Add<Datatable_name>Row,
the datagridview can't get updated until I resize the UI or call Refresh().

How can I get rid of this?

Thanks in advance

AH
 
Aaron,

That shouldn't be the case. Can you provide a complete, working
example?
 
Back
Top