Home All Groups Group Topic Archive Search About

multiple DatGridView in one form

Author
3 Jul 2006 4:55 PM
martin1
all, is it possible to have more than one DataGridView within one Form? I try
to bind dataset to different DatagridViews.

Thanks

Author
3 Jul 2006 5:09 PM
Cor Ligthert [MVP]
Martin,

Why not it is a normal Master-detail approach by instance without the
designer like this with the bindingsource,.

http://www.vb-tips.com/dbPages.aspx?ID=267dc562-3a88-4d84-a700-61f05736a7fa

Or this one without that but with 3 datagridviews on one form
http://www.vb-tips.com/dbPages.aspx?ID=3eafa9ea-a906-45ff-aece-e8335682ad3a

I hope this helps,

Cor


Show quoteHide quote
"martin1" <mart***@discussions.microsoft.com> schreef in bericht
news:BBB24817-DD67-40E2-85A3-D43C43804D48@microsoft.com...
> all, is it possible to have more than one DataGridView within one Form? I
> try
> to bind dataset to different DatagridViews.
>
> Thanks
Author
3 Jul 2006 5:43 PM
martin1
Thank you. 

more question may coming

Show quoteHide quote
"Cor Ligthert [MVP]" wrote:

> Martin,
>
> Why not it is a normal Master-detail approach by instance without the
> designer like this with the bindingsource,.
>
> http://www.vb-tips.com/dbPages.aspx?ID=267dc562-3a88-4d84-a700-61f05736a7fa
>
> Or this one without that but with 3 datagridviews on one form
> http://www.vb-tips.com/dbPages.aspx?ID=3eafa9ea-a906-45ff-aece-e8335682ad3a
>
> I hope this helps,
>
> Cor
>
>
> "martin1" <mart***@discussions.microsoft.com> schreef in bericht
> news:BBB24817-DD67-40E2-85A3-D43C43804D48@microsoft.com...
> > all, is it possible to have more than one DataGridView within one Form? I
> > try
> > to bind dataset to different DatagridViews.
> >
> > Thanks
>
>
>