I'm writing a windows C# application which I wish to use data grid views, but unable to find a good tutorial on to take complete control of the datagrid eg: add columns, add data etc.
|
6
|
|||
|
|
|
I like some of the tips here: |
||||
|
|
|
Sorry for any misunderstanding, but I'm actually creating a windows application and not asp.net webiste. |
||
|
|
|
|
I highly recommend using an MVC/P pattern for implementing DataGridView in Winforms - it makes life a lot easier in the long run, even though it may seem a lot of work to do up front. |
||
|
|
|
|
You can take a look here: http://msdn2.microsoft.com/en-us/library/k39d6s23.aspx But the best one might be this: http://www.macoratti.net/08/08/c_pdgv1.htm I think you can get the idea from the code, since the comments are in portuguese (you can try google translate). |
||
|
|
|
|
An application, not a website!!! |
||
|
|
