Click here to Skip to main content
16,010,291 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all

I have a hierarchical DataGridView (a third party control). I want to show data from three tables and display it as three layers. I can get two layer but I don't get the third layer:

My code looks like this:

VB
dim dsetJobCard as new dataset
1da.Fill(dsetjobcard)
2da.Fill(dsetjobcard)
3da.Fill(dsetjobcard)

Me.gridExJobCardDetails.DataSource = dsetjobCard
Me.gridExJobCardDetails.DataMember = "Table1"
Posted
Updated 6-Aug-10 6:17am
v4
Comments
Simon_Whale 6-Aug-10 10:17am    
which thirdparty? have you checked thier website as normally they have great examples
shukla dhaval 7-Aug-10 2:26am    
Give details about third party control first. You can make try with creating relationship in you data set and test with that.
Abdul Quader Mamun 12-Nov-10 0:56am    
You do not clear which third party? Better that third party.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900