Connecting Tech Pros Worldwide Forums | Help | Site Map

How to place combobox in a datagridview

Newbie
 
Join Date: Oct 2008
Posts: 1
#1: Oct 12 '08
hi everybody,

I am new to the world of .NET. I am developing a windows application and I have a DatagridView, I have a created a column of type DataGridViewComboBoxColumn and set it's display style property to ComboBox.

When combobox gets foccussed i want DataGridViewComboBoxColumn to be dropped down. In regular combobox there is a property ComboBox1.DroppedDown = True , how can I acheive this in DataGridViewComboBoxColumn ??

Plater's Avatar
Moderator
 
Join Date: Apr 2007
Location: New England
Posts: 7,161
#2: Oct 30 '08

re: How to place combobox in a datagridview


It automatically drops down the combobox for me when I select the cell?
Reply