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
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