Yuliya
Active member
- Joined
- Nov 9, 2007
- Messages
- 34
- Programming Experience
- Beginner
I need to display a table on a Windows Form, with the columns representing dates and the rows representing meals (breakfast, lunch, dinner -- it's a meal planning application). The cells need to be editable. What's the best way to do it?
I am trying to do this using DataGridView, but I can't figure out how to display text in the header cells of the rows. Also, if I do that, I would have to add the 3 rows dynamically at load time. I keep thinking there must be a better way.
Thank you!
I am trying to do this using DataGridView, but I can't figure out how to display text in the header cells of the rows. Also, if I do that, I would have to add the 3 rows dynamically at load time. I keep thinking there must be a better way.
Thank you!