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

how to

1 Answer 61 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Rathan
Top achievements
Rank 1
Rathan asked on 27 Apr 2012, 12:10 PM
Hi sir,
I  placed one tabcontrol inside the page and i am adding AccessKey it is working (ALT+AcessKey+Enter) that page open but my work (ALT+Acesskey) press that open how to sir ,please help me .how it will work ?

<telerik:RadTabStrip ID="radTabIn" runat="server" Skin="Web20" SelectedIndex="6"  
                                   style="float:none" MultiPageID="radIPPage" Width="100%">
                          <Tabs>
               <telerik:RadTab Text="<span class='underline'>R</span>egistration Address" Width="22%" 
                                  TabIndex="0" AccessKey="R" ToolTip="Alt+r">
               </telerik:RadTab>
               <telerik:RadTab Text="<span class='underline'>P</span>atient Details" Width="22%" TabIndex="1" AccessKey="P" ToolTip="Alt+p">
               </telerik:RadTab>
               <telerik:RadTab  Text="<span class='underline'>W</span>ork Address" Width="21%" TabIndex="2" AccessKey="W" ToolTip="Alt+w">
               </telerik:RadTab>
               <telerik:RadTab  Text="Past <span class='underline'>H</span>istroy" Width="25%" TabIndex="3" AccessKey="H" 
                                  ToolTip="Alt+h">
               </telerik:RadTab>
               <telerik:RadTab Text="Aller<span class='underline'>g</span>ies" Width="22%" TabIndex="4" AccessKey="G" ToolTip="Alt+g">
               </telerik:RadTab>
               <telerik:RadTab Text="Ha<span class='underline'>b</span>its-Immunisation" Width="22%" TabIndex="5" AccessKey="B" 
                                  ToolTip="Alt+m">
               </telerik:RadTab>
               <telerik:RadTab Text="D<span class='underline'>o</span>ctor Details" Width="21%" TabIndex="6" 
                                  AccessKey="O" ToolTip="Alt+o" Selected="True">
               </telerik:RadTab>
               <telerik:RadTab Text="Roo<span class='underline'>m</span> Allotment" Width="25%" TabIndex="7" AccessKey="M" ToolTip="Alt+m">
               </telerik:RadTab>
           </Tabs>
                               </telerik:RadTabStrip>

1 Answer, 1 is accepted

Sort by
0
Kate
Telerik team
answered on 01 May 2012, 03:30 PM
Hello Rathan,

Can you clarify on the issue that you encounter since I am not sure that I completely understand the behavior that you are trying to achieve? You can also take a look at our keyboard support demo of the RadTabStrip control:
http://demos.telerik.com/aspnet-ajax/tabstrip/examples/functionality/keyboardsupport/defaultcs.aspx

Regards,
Kate
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
TabStrip
Asked by
Rathan
Top achievements
Rank 1
Answers by
Kate
Telerik team
Share this question
or