E
Elroyskimms
I've been searching for an example of this and I've seen several
postings pointing to other web pages, but all of those web pages have
since been removed... or they post pages and pages of sample code and
my eyes can't take it any more... or you could just call me lazy; what
ever works for you, but please help! I know how to create a
DropDownList in the EditItemTemplate and handling the changes in that
DropDownList, but I need to find out how to use a DropDownList in the
ItemTemplate.
I have a datagrid with several bound columns, and one template column.
I want all items to have a DropDownList in that template column when
the datagrid is first displayed. I need the user to be able to choose
any of the DropDownLists, change its SelectedItem and I need to handle
that event. I don't want the user to have to click "Edit", change the
DropDownList selection, and then click "Update". The user will have
10-20 items on each page to work on so shaving off those extra
mouse-clicks will really make a difference.
Thank you!
postings pointing to other web pages, but all of those web pages have
since been removed... or they post pages and pages of sample code and
my eyes can't take it any more... or you could just call me lazy; what
ever works for you, but please help! I know how to create a
DropDownList in the EditItemTemplate and handling the changes in that
DropDownList, but I need to find out how to use a DropDownList in the
ItemTemplate.
I have a datagrid with several bound columns, and one template column.
I want all items to have a DropDownList in that template column when
the datagrid is first displayed. I need the user to be able to choose
any of the DropDownLists, change its SelectedItem and I need to handle
that event. I don't want the user to have to click "Edit", change the
DropDownList selection, and then click "Update". The user will have
10-20 items on each page to work on so shaving off those extra
mouse-clicks will really make a difference.
Thank you!