Click here to Skip to main content
15,924,196 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi All,

I have to create a nesting datagridview in my window application, Where a three level of nesting should take place.

Suppose, In first DataGridView I have to Show The Project Manager's Name and Other details, On click of any Manager name that particular row should expand and a list of Leads under him should be displayed in the second DataGridView.
And whenever we click on the name of any Lead, same as Manager all the Developers lists should be displayed in the third DataGridView.

This I have done in ASP.Net But now I need to do the same in window


Plz any one can help me..

Thanks
Raju Prajapati
Posted
Comments
[no name] 18-Jul-11 6:54am    
if you have did that thing in asp.net whats the problem to make in WIN form ??
johannesnestler 18-Jul-11 11:20am    
Sorry, but how to help you? You expect us to create a sample database and solve quite trivial click handling? You mentioned you have done it in asp.net so I assume your concept of connecting/querying the database should work and also the handling of the various events (click). What is your exact problem? Show some code! If both is not possible (you don't have anything) give some better specification of your problem (english isn't my native language too...)

1 solution

the answer is not exact, but it will give you much more clarity over your initial doubts.

follow th elink to learn it.

How to Host a Color Picker Combobox in Windows Forms DataGridView Cells[^]

Anil
 
Share this answer
 
Comments
RaviRanjanKr 13-Dec-11 14:37pm    
My 5!

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