[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!!
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