You can embed any control you like in a grid cell. The standard DataGridViewComboBoxColumn requires that the DropDownStyle property of the embedded ComboBox be DropDownList though. You could create your own custom column type to support DropDown, but you'd need to provide additional logic for transferring values between cell and control and back again.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.