Good day, I can not find event DropDownOpened in DataFormComboBoxField.
How to track opening?
2 Answers, 1 is accepted
0
Stefan
Telerik team
answered on 23 Jun 2015, 03:20 PM
Hello,
Indeed, DataFormComboBoxField does not expose such event. As a workaround I can suggest you the following approach. Subscribe, for example to the LayoutUpdated event of DataFormComboBoxField, and get the editor of DataFormComboBoxField, which is RadComboBox control. Then you can subscribe to its DropDownOpen or DropDownClosed events as suggested below:
Note, that I have added a flag for the subscription, since LayoutUpdated would be raised multiple times.
Hope this helps.
Best Regards,
Stefan
Telerik
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Feedback Portal
and vote to affect the priority of the items