Click here to Skip to main content
15,885,216 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
is it possible to create a datagrid inside a column in a datagrid while developing in windows form?

and is it also possible to do that in offline wpf?
Posted
Comments
Ziee-M 9-Dec-13 12:17pm    
Hi, i don't think its is possible, but you can do cascading, it means when you select a column or a row, you will fill another datagridView based on the data selected inthe first datagrid.

1 solution

Use Tooltip Or a user control instead of grid..
 
Share this answer
 

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