multiple DatGridView in one form

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • martin1

    #1

    multiple DatGridView in one form

    all, is it possible to have more than one DataGridView within one Form? I try
    to bind dataset to different DatagridViews.

    Thanks
  • Cor Ligthert [MVP]

    #2
    Re: multiple DatGridView in one form

    Martin,

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



    Or this one without that but with 3 datagridviews on one form


    I hope this helps,

    Cor


    "martin1" <martin1@discus sions.microsoft .comschreef in bericht
    news:BBB24817-DD67-40E2-85A3-D43C43804D48@mi crosoft.com...
    all, is it possible to have more than one DataGridView within one Form? I
    try
    to bind dataset to different DatagridViews.
    >
    Thanks

    Comment

    • martin1

      #3
      Re: multiple DatGridView in one form

      Thank you.

      more question may coming

      "Cor Ligthert [MVP]" wrote:
      Martin,
      >
      Why not it is a normal Master-detail approach by instance without the
      designer like this with the bindingsource,.
      >

      >
      Or this one without that but with 3 datagridviews on one form

      >
      I hope this helps,
      >
      Cor
      >
      >
      "martin1" <martin1@discus sions.microsoft .comschreef in bericht
      news:BBB24817-DD67-40E2-85A3-D43C43804D48@mi crosoft.com...
      all, is it possible to have more than one DataGridView within one Form? I
      try
      to bind dataset to different DatagridViews.

      Thanks
      >
      >
      >

      Comment

      Working...