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

"About the Acess Key Property of rad menu"

1 Answer 31 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Rahul Khinvasara
Top achievements
Rank 1
Rahul Khinvasara asked on 10 Feb 2010, 10:46 AM
HI ,
       I am using telerik menu.I have used a Access Key property of a menu to set a focus after clickng "Alt + Access key".
       We can open a respective page after setting focus on it(by clicking on the focused menu ).
       I want to open the page in new tab or in popup. Is this possible? Please let me know. 
      e.g.Suppose , I am on a.aspx page .There is  a text box in which i want to fill data which is on b.aspx page .So what i will do is , I will press Alt+C and the b.aspx page will get opened in new tab or in a pop up.And then i will copy paste the data i needed. Is this possible?
     Along with the basic functionality of Access key I want to give above functionality also. 

      
     <

 

telerik:RadMenuItem runat="server" Text="Hx" TabIndex="3" Font-Size="10pt" Width="4%"

 

 

        ToolTip="Patient History" AccessKey="C">

 

 

        </telerik:RadMenuItem>

Thanks.

       
    

 

1 Answer, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 15 Feb 2010, 07:53 AM
Hello Rahul,

I suggest you use OnClientItemClicked event of the menu and open RadWindow in its handler with url=b.aspx. Please try this approach, if you have any difficulties, contact us again.

Best regards,
Yana
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
Menu
Asked by
Rahul Khinvasara
Top achievements
Rank 1
Answers by
Yana
Telerik team
Share this question
or