Tagged Questions

2
votes
3answers
2k views

DropDownList in GridView not available when Editing

I've got the setup below. When I click the 'Edit' link on the CommandField, a RowEditing event gets fired, but the row does not allow me to edit; specifically, the DropDownList does not appear. My ...