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

TreeView in ComboBox - Server side event on drop down closed

1 Answer 63 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Joe Kalinowski
Top achievements
Rank 1
Joe Kalinowski asked on 29 Nov 2010, 11:13 PM
I have a TreeView nested inside of a ComboBox. I need to raise a server side event when the drop down is closed. What is the best way to achieve this?

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 30 Nov 2010, 05:05 AM
Hello Joe,


The client event "OnClientDropDownClosed" event fires after the drop-down list has been closed. You can invoke an ajaxRequest() to server side to perform some code in server.

The documentation shows how to invoke ajaxRequest.
Client-Side API



-Shinu.
Tags
TreeView
Asked by
Joe Kalinowski
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or