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.
Loading
LisaPosted Feb 17, 2009, 6:05 AM
just when you are adding a new row (binding it) set the dropdown.selected item to the value you need and user can aways change it .
Thanks,
Lisa
Satish MahapatraPosted Feb 12, 2009, 9:22 AM