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

Radlistbox

1 Answer 95 Views
ListBox
This is a migrated thread and some comments may be shown as answers.
Ayesha
Top achievements
Rank 1
Ayesha asked on 11 Dec 2009, 03:35 AM
Hi,

How to enable double click on radlist box. I allo w multi selection in my radlistbox.So, when users selct multiple items, and double click , I need to call a function in my code behind file.

Pls let me know what server side or client side evnet gets generated and also let me know how to implement this functionality.

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 11 Dec 2009, 06:24 AM
Hi Ayesha,

You can attach 'OnClientItemDoubleClicked' event to RadListBox that fires after the user double clicks the item using the mouse. Then you can invoke an AjaxRequest or perform postback using __doPostBack() method in order to execute server side code.

-Shinu.
Tags
ListBox
Asked by
Ayesha
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or