15

I need a table for my Winform app and my question is what is the best control to use for it. In my table i need to:

  1. add columns once the user adds...
  2. the values in the table cells oftenly updates and contain String types and double.

I serached the web for some kind of tamplates for tables or any other examples of designed controls with no luck, i know java and c++ have many of that kinds. If you can recommand me of such sites...

Thanks.

2
  • 2
    Why is the build-in DataGrid control unsuitable for your purposes? Commented Apr 26, 2011 at 8:14
  • 1
    It could very well be, i am simply not familiar with all the controls, and dont want to get stuck with missing functionality later on. i will try it thanks. Commented Apr 26, 2011 at 8:19

2 Answers 2

17

DataGridView should be enough. There's plenty of examples and tutorials, starting with MSDN one through some tips related to the control and finally more complex examples (not necessarily for DGV only) with data binding.

Sign up to request clarification or add additional context in comments.

Comments

5

DataGridView is best control to bind ur table below link reference this

link:

http://www.dotnetperls.com/datagridview-tips

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.