Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
210
Basic Parent Child Question
posted

A simple question from a beginner at WinGrids ... I create a wingrid that should have 2 bands with a parent child relationship. I am pulling from 2 different views that I have create a foreign key relationship with in the dataset.  I create the grid, it finds both bands but when I run it, I get no child records. The + sign is there for each row but when I click it, it shows no child rows.  What am I missing here? This seems to something simple and stupid.

 

 

Parents
  • 37774
    posted

    It sounds like the binding manager can't locate any child rows.  By default, the grid will show the '+' sign without checking to see if there are actually any child rows, for performance reasons, so if it doesn't find any child rows, none will be displayed.  Are you sure that there is a valid link from the parent row to the child row?

    -Matt

Reply Children