Aaron,
That shouldn't be the case. Can you provide a complete, working
example?
--
- Nicholas Paldino [.NET/C# MVP]
-
(E-Mail Removed)
"Aaron Ho" <(E-Mail Removed)> wrote in message
news:e2$(E-Mail Removed)...
> 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
>
>