Link to home
Start Free TrialLog in
Avatar of iwtblj
iwtbljFlag for United States of America

asked on

Dropdown style for DataGridComboBoxColumn in datagrid

I'm using VB.NET 2003.  I have a datagrid that has a DataGridComboBoxColumn in it.  Is there any way to change the dropdown style of column?  Basically, I want it similar to a combo box that has its DropDownStyle set to DropDown.  Any suggestions?
Avatar of VBRocks
VBRocks
Flag of United States of America image

Not sure about the DataGrid, I always use a DataGridView, and the DataGridViewComboBoxColumn looks exactly like a regular ComboBox with it's style set to DropDown.


ASKER CERTIFIED SOLUTION
Avatar of vbturbo
vbturbo
Flag of Denmark image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of iwtblj

ASKER

Thanks, it worked great