|
-
Oct 24th, 2005, 10:56 AM
#1
Thread Starter
Hyperactive Member
[RESOLVED] datgridview and .NET 2.0 Question
I would like to use this grid for my form. I can get everything I want to work except the individual cell style. Does anyone know how to make a Cell into a combobox view? I know it allows you to do it to the entire column, but I need a mix of textboxes and comboboxex in the same column. Does anyone know if this is possible? I am useing VS'05 for this project.
Thanks in advance!!
-
Oct 24th, 2005, 03:22 PM
#2
Thread Starter
Hyperactive Member
Re: [RESOLVED] datgridview and .NET 2.0 Question
Looks like I found out the solution to this problem. I was able to use a combobox template to my datagridview for every row i added individually. An example was to go through a collection of records I wanted to display, then set a combo1 = new datagridviewcombobox then set the datagrid cell to this combo1. Actually it was really easy, but undocumented well so it was a pain to get the answer. Thanks to anyone who may have been looking for the answer for me.
Taco
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|