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

[Solved] Open radWindow from radMenu

1 Answer 256 Views
Window
This is a migrated thread and some comments may be shown as answers.
Angelo Babudro
Top achievements
Rank 1
Angelo Babudro asked on 08 Apr 2008, 05:21 PM
I have a radMenu on a Master Page. I need several of the menu items to open radWindows when clicked while the rest handle window clicks normally using the NavigateURL property of the Menu Item.

So my question is how can I achieve this client side using javascript. I have tried all the samples that appear about this topic but not one of them works for the Prometheus RadWindow/RadMenu. I have added a RadWindowManager with several radWindows that display "custom dialogs from aspx pages".  These custom pages allow the user to set report parameters which I then  pass along to build a Crystal Report.

Any samples would be greatly appreciated.

Thanks

1 Answer, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 09 Apr 2008, 01:18 PM
Hello Ashley,

I would suggest to check the RadMenu's Client-Side Events in the documentation (direct link) - you can hook to the OnClientItemClicking event and if the clicked item is the one that you need - to call radopen() and open a RadWindow.



Kind regards,
Georgi Tunev
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Window
Asked by
Angelo Babudro
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Share this question
or