Next GridView Question - how do you add a DropDown to an autogener

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

sometimes my GridView will need to allow users to edit given columns using a
DropDown. how can I do this if the columns are autogenereated?

(The one grid displays columns from any one of 20 or so tables)

Guy
 
Just add a TemplateField to it , and add DDL to the ItemTemplate. Explicitly
generated columns will appear first and then the auto-generated ones. If
this doesn't work for you, declare all the fields manually.
 
Back
Top