Hi.
I have an Combo box with some values in an UltraWebGrid and i want
when you click the DropDownButton and select something to do something else
What event i can use.
The Combo box is created dynamically.
Thanks
Hello,
Well, it really depends on your scenario. Typically, the event you would handle is SelectedIndexChanged, but then again, it really depends on how the combobox is used. Is it through EditorControlID, or through TemplatedColumns, etc.