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

RadSplitButton Drop down open automatically

3 Answers 133 Views
Buttons
This is a migrated thread and some comments may be shown as answers.
Niranjan
Top achievements
Rank 1
Niranjan asked on 20 Oct 2010, 01:10 PM
Hi

How one could open radsplitbutton drop down automatically when mouse is over on the radsplitbutton ?

-Rajesh

3 Answers, 1 is accepted

Sort by
0
Zarko
Telerik team
answered on 20 Oct 2010, 05:08 PM
Hi Niranjan,

 You should handle the MouseEnter event and open the SplitButton. Could you please examine the attached project and if you have further questions feel free to ask.

Greetings,
Zarko
the Telerik team
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 Public Issue Tracking system and vote to affect the priority of the items
0
Niranjan
Top achievements
Rank 1
answered on 21 Oct 2010, 06:22 AM
Hi Zarko

Thanks for your reply and source code.

What I need is , there are two or more split buttons in my grid control. When I click on drop down menu of any of the button, I need to set one variable in my code to "True".

Now if user moves the mouse to any of the splitbutton, the drop down for visible for the split button should hide and the drop down for the splitbutton on which mouse is currently moved shows the drop down.

This has exception, that if drop down in open and user moves the mouse cursor on any other area except the split button, the drop down should not hide. And when user clicks out side the drop down area, i should set my flag variable to "False". 

Regards
Rajesh




0
Zarko
Telerik team
answered on 21 Oct 2010, 10:14 PM
Hello Niranjan,

 Unfortunately currently your scenario is not possible, because when the popup from the splitbutton is open you cannot catch events from the other splitbuttons. I've updated the attached project, so that it comes close to your requirements. Could you please examine it and if you have further questions feel free to ask?

Greetings,
Zarko
the Telerik team
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 Public Issue Tracking system and vote to affect the priority of the items
Tags
Buttons
Asked by
Niranjan
Top achievements
Rank 1
Answers by
Zarko
Telerik team
Niranjan
Top achievements
Rank 1
Share this question
or