Query: HowTo: DataGridView Control -> DropdownColumn's First Item should be default for New Rows
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.