Hello i am developing a windows application using C#.net.I need to bind the datagridview on one column of the datagridview.is it possible
if no what will be the solution
Thank you.
Windows Forms Data Controls and Databinding
Hello i am developing a windows application using C#.net.I need to bind the datagridview on one column of the datagridview.is it possible
if no what will be the solution
Thank you.
What i am saying is i want first to bind the data on one datagridview and bind that datagridview on a column of another datagridview.
for eg. I want to display data like this on datagridview.
Weight. Product Combination
12 productid quantity
2 2
4 3
3 4
13 productid quantity
2 2
3 4
14 productid quantity
2 4
4 6
3 4
I think you can also use some expandable datagridview
look at this article ,I hope it helps
http://blogs.msdn.com/markrideout/archive/2006/01/08/510700.aspx