Can you display a subdatasheet in a DataGridView in VS.NET 2005?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • srj115
    New Member
    • Sep 2007
    • 9

    Can you display a subdatasheet in a DataGridView in VS.NET 2005?

    I'm building a VB form with a DataGridView in it, and I'd like it to show a subdatasheet of a related table. For instance, in Access 2003 I have a "Tasks" table, and it has a one-to-many relationship with the "SubTasks" table. Opening the Tasks table in Access will show a "+" sign next to each record, which can be expanded to show all subtasks related to the Tasks record. However, I am unable to get the "+" sign feature in my VB form's DataGridView.

    Any suggestions?
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    Question moved to .NET Forum.

    Comment

    Working...