after giving the datasource to grid the first cell of gridview combo is auto selection occuring in datagridview, how to prevent this?
Asked
Active
Viewed 64 times
1 Answers
0
Since it is a dropdown list you have to populate it separately and insert "Select" as 0th item. I assume this is asp.net application. Here is the link how you can populate and bind dropdown in gridview. how to bind a dropdownlist in gridview?

Lalithanand Barla
- 63
- 4
-
It looks to me like the combo is already populated, and usually your datasource has a value for that column and you WANT it to be selected (but not dropped down that's weird) – Crowcoder Jan 27 '18 at 13:14