
I want to create this type of gridview in Window Form in C#.
all column would be created dynamically.
How will i able to achieve this???

Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Pradeep ShetPosted Jan 29, 2015, 4:09 PM
Follow the steps
1)First fetch the data from sql in the desired format in dataset.
2)Add a DataGrid control on your form with template columns
3)Set the DataSource Property of DataGrid = dataset
Refer to below link
http://www.aspsnippets.com/Articles/Bind-data-to-DataGridView-in-Windows-Forms-Application-in-C-and-VBNet.aspx