vote up 4 vote down star
6

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.

flag

50% accept rate
Just a tip. Take a look at SourceGrid devage.com/Wiki/… It has pretty good documentation. But it has LOTS and LOTS of code examples. It's open source but ok to use in commercial apps. – Nifle Dec 18 '08 at 21:53

5 Answers

vote up 3 vote down check

I like some of the tips here:

http://dotnetperls.com/Content/DataGridView-Tips.aspx

link|flag
Nice! There's a reference to a proper tutorial: dotnetperls.com/Content/DataGridView-Tutorial.aspx/… – fabrizi0 Feb 4 at 11:28
@fabrizi0: thanks for the link – Jared Updike Feb 28 at 20:34
vote up 0 vote down

Sorry for any misunderstanding, but I'm actually creating a windows application and not asp.net webiste.

link|flag
vote up 0 vote down

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.

Selecting a MVC/MVP Implementation for a Winforms Project

link|flag
vote up 0 vote down

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).

link|flag
vote up 0 vote down

An application, not a website!!!

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.