Chris,
Thanks, I couldn't see any other way, not that a dv is a problem but thought
that I would ask.
Doug
"Chris, Master of All Things Insignificant" <chris@No_Spam_Please.com> wrote
in message news:%23$(E-Mail Removed)...
> Yes, you have to use a DataView.
>
> dim D as new DataView
> D.Table = Table1
> D.AllowNew = False
> DataGrid1.DataSource = D
>
> Have Fun
> Chris
>
> "Doug Bell" <dug@bigpond> wrote in message
> news:(E-Mail Removed)...
> > Hi,
> > Is the only way to have a DataGrid (bound to a DataTable) disallow new
> > records to bind it to a DataView with its AllowNew property set to
False?
> >
> > Thanks
> >
> > Doug
> >
> >
>
>
|