Custom Datagridview cell
Windows Forms
2
Posts
2
Posters
0
Views
1
Watching
-
Hi all, I need a datagridview cell of containing multiple datagridview cell.If it is possible then pls tell the way of code.
If I understand your question correctly, you want what is known as heirarchical data grids. In maybe version 1.0 this was supported. But in the 2.0 framework on it does not. The only way to get that working is to either a) write your own heirarchical datagridview or b) buy one.