Is there any hover panel control in WPF kit? Whenever i move mouse on to the control, window should popup and i should be able to interact with that window and on mouse out/ click elsewhere, window should disappear.
Thanks
3 Answers, 1 is accepted
0
Miroslav
Telerik team
answered on 25 Feb 2010, 12:31 PM
Hi Santosh kumar,
I can suggest using a RadDropDown button with ClickMode="Hover". This means that the button's DropDown will open when the mouse moves over the button and it should close when the user clicks outside the popup.
Do you think this will work for you?
Sincerely yours,
Miroslav
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.
Thanks for the reply, but opened a support ticket for the same question. I am facing a problem with RadDropDown and Hover.Unless i click once on the button and mouse hover the drop down is not showing. And moreover i expect drop down to close on mouse leave, is this not supported? (somehow i am unable to attach .rar sample project)
(If you think it is duplicate, as i opened support ticket, please ignore this post)
0
Ivan
Telerik team
answered on 28 Feb 2010, 09:34 PM
Hi Santosh,
The Dropdown Button is the control with the closest behavior to the one you are looking for. Of course you should find a way to close the button at your mouse leave event as this is not supported by our control.
Best wishes,
Ivan
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.