Can't auto refreash the datagridview

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
 
N

Nicholas Paldino [.NET/C# MVP]

Aaron,

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top