This is a migrated thread and some comments may be shown as answers.

RadComboBoxElement.DropDownOpend event

2 Answers 82 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Daniel
Top achievements
Rank 1
Daniel asked on 13 Jul 2008, 09:14 AM
Hello,

I need a help,please. I have some RadComboBoxElements in my RadGridView in sense of previously posted ProgressBarInGrid project. And I have to AddHandler of RadComboBox.DropDownOpened/Closed events, but the RadComboBoxElement has not this events like the normal RadComboBox does. But other RadComboBox events such as SelectedIndexChanged are included and work well. If there is a ellegant way(Because these elements are DropDownList i could handle click_event and check if isdroppeddown but this part solution does not handle if someone open the list and then close it by clicking somewhere on form ) of Handling these events, please post it. Thanks.

2 Answers, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 15 Jul 2008, 07:48 AM
Hi Daniel,

Thank you for writing.

You should subscribe for RadComboBoxElement's PopupClosed and PopupOpened events instead of RadComboBox's DropDownOpened/Closed.

Hope this helps.


Kind regards,
Peter
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Daniel
Top achievements
Rank 1
answered on 15 Jul 2008, 08:23 AM
Thank you.
Tags
GridView
Asked by
Daniel
Top achievements
Rank 1
Answers by
Peter
Telerik team
Daniel
Top achievements
Rank 1
Share this question
or