Skip to main content
Home Forums Silverlight Programming Programming with .NET - General DataFormComboBoxField OnClick Click Postback Event
1 replies. Latest Post by TomBeeby on July 2, 2009.
(0)
nbruckel...
Member
9 points
23 Posts
07-02-2009 10:30 AM |
Is is possible to fire an event from a DataFormComboBoxField when an item is selected. I need to load a different list of items based on the selection of a DataFormComboBoxField .
Thanks.
TomBeeby
Participant
1151 points
188 Posts
07-02-2009 11:38 PM |
Rather than use a DataFormComboBoxField, try using a DataFormTemplateField and put a ComboBox in the DataTemplate. This way you can hook up events to the combobox