datagrid / datagridview - expanding relations

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

    datagrid / datagridview - expanding relations

    Hi

    When I set datasource ( containing two related tables ) of datagrid
    control to datagrid, the control allows me to expand relations by
    clicking "+".
    Is this possible to obtain the same goal by using datagridview?

    Kind Regards
    Piotr Kolodziej
  • Nicholas Paldino [.NET/C# MVP]

    #2
    Re: datagrid / datagridview - expanding relations

    Piotrekk,

    No, the DataGridView is meant to display only tabular data, not
    hierarchical, like the DataGrid allowed.


    --
    - Nicholas Paldino [.NET/C# MVP]
    - mvp@spam.guard. caspershouse.co m

    "Piotrekk" <Piotr.Kolodzie j@gmail.comwrot e in message
    news:70b731c2-6745-4f90-a78e-0704d48fc0b3@n7 5g2000hsh.googl egroups.com...
    Hi
    >
    When I set datasource ( containing two related tables ) of datagrid
    control to datagrid, the control allows me to expand relations by
    clicking "+".
    Is this possible to obtain the same goal by using datagridview?
    >
    Kind Regards
    Piotr Kolodziej

    Comment

    • Piotrekk

      #3
      Re: datagrid / datagridview - expanding relations

      Thank you

      Comment

      Working...