2
Answers

Query: HowTo: DataGridView Control -> DropdownColumn's First Item should be default for New Rows

Jignesh Desai

Jignesh Desai

15y
4.4k
1
Hi Friends,

I have a DataGridView and its Bind to BindingSource.
DataGridView has a column "Gender"  which is of type DropDown. Values of dropdown contain "Male" & "Female".

When User scrolls to add a new row,  I want that First value appearing in dropdown item list should be selected as default.

Q: How do i achieve this ?

Regards
JIGNESH.
Answers (2)