Advertisement

1 - 10 of 14 containing alltags:("datagridviewcomboboxcolumn") (0 seconds)
I have a datagridview that I populate dynamically from a database.  All of the columns are automatically textbox columns.  I want the first column to be a combobox column.  Can someone please help ...
Zones: MS Visual BasicDate Answered: 08/15/2007 Grade: A Views: 5
Hello, I have  DGV on a form that is working perfectly well, except I want a single click on the cell to begin editing rather than clicking two times.  For example, I would like a single click o...
Zones: C#Date Answered: 06/29/2006 Grade: B Views: 37
How to detect the change in a datagridviewcomboboxcolumn unbound column in a new row?  I have 2 datagridviews on a form.  The first grid has a several columns bound to a dataset with the addition o...
Zones: MS Visual Basic, MS DevDate Answered: 03/28/2007 Grade: A Views: 10
Hi, Im currently having a problem about loading 2000 objects inside a DataGridiewComboBoxColumn. The routin im currently using is very slow. I do a foreach-loop in my collection class, and then ad...
Zones: .Net Editors & IDEs, MS Visual C#, .NET Framework...Date Answered: 10/09/2007 Grade: A Views: 27
I'm trying to bind to a dataset, but am getting an exception that a field does not exist, which should.  My method to create the DataSet  is below (in its infancy).  It's VERY simple.  Here is the ...
Zones: C#Date Answered: 03/28/2006 Grade: A Views: 0
Hi all, Ok, so I have managed to create the combox column and when I click on the combobox it lists all the bound values - however - when I make a selection, it seems that the cell is painted wh...
Zones: C#Date Answered: 04/26/2006 Grade: A Views: 4
Hi there I have a dataGridView and a table as a datasource like so: Me.dgvLocations.DataSource = table I then set the DataPropertyName of one of my column to a field in my table like so: M...
Zones: MS Visual BasicDate Answered: 06/12/2006 Grade: A Views: 68
I am trying to format a column in a datagridview as a DataGridViewComboBoxColumn so that if a value from the (Access) database isn't already in there, it will give them a list of values to choose f...
Zones: C#Date Answered: 03/24/2007 Grade: C Views: 0
I'm using a databound DataGridViewComboBoxColumn in my DataGridView control. I'm setting up a button which will change the 'selected item' of the combobox to a specific item for each row's combobox...
Zones: .NET, C#Date Answered: 05/08/2007 Grade: B Views: 25
The DataGridViewComboBoxColumn is "fixed" in terms of what its cell displays, but still it has a property named AutoComplete. Even if it is set to True, The ComboBox cell is not allowing me any t...
Zones: MS Visual Basic, .NETDate Answered: 06/18/2007 Grade: A Views: 18