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

What fires after SelectedIndexChanged?

1 Answer 74 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Brian Mains
Top achievements
Rank 1
Brian Mains asked on 12 Aug 2009, 07:41 PM
Hello,

For RadComboBox, what JS events fire after SelectedIndexChanged?   If you select something, and the menu closes, does the DropDownClosed event fire after this?

Thanks.

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 13 Aug 2009, 08:12 AM
Hi Brian,

I tried the scenario in my end and found that OnClientDropDownClosing and OnClientDropDownClosed events fires after SelectionIndexchanged event. Here is my observation.

  1. OnClientSelectedIndexChanging
  2. OnClientSelectedIndexChanged
  3. OnSelectedIndexChanged (server event)
  4. OnClientDropDownClosing
  5. OnClientDropDownClosed

Go through the following link to know more about client events of RadComboBox. Hope this helps.
Client-Side Events

-Shinu.
Tags
ComboBox
Asked by
Brian Mains
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or