Click here to Skip to main content
15,897,187 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Sir,
i am creating a windows application, where i need get data from database and show data there are some comlumns show on page e.g ID,Client Name,Order Date ....
sir get these information in datagridview but my probles is this i Want click on ID then respectiove information show on just below of row and another rows shift below.

plz help
thanks
Posted
Comments
Maciej Los 4-Dec-14 7:03am    
What have you tried?
Where are you stuck?
BillWoodruff 4-Dec-14 8:18am    
I wonder if "outlining" is what you need here, rather than a full-blown Master-Detail implementation.

1 solution

Check out this CP Article: Nested DataGridView in windows forms c#[^]
 
Share this answer
 
Comments
BillWoodruff 4-Dec-14 8:16am    
fyi: the author is using multiple standard MS DataGridViews in that article. I don't think it's a true Master-Detail implementation, but I am not saying it's a bad article.
Rahulmishra011 5-Dec-14 4:11am    
no no its not bad artical,its good for learning

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