Unplanned
Last Updated: 03 Jan 2020 15:07 by ADMIN

In the RadMultipageView a portal URL is set as content. The user navigates to one of the pages within the portal. Now there is no way to go back to previous page or to the default landing page where the tab was initially at.

Requesting a new feature in the tab strip to allow navigate through the iframe history (back/forward) for a multipage view. It could be similar to the back/forward buttons of the browser but within the tab of the tab strip where the content URL is set in the multipage view. This could be set enable/disable by a setting.

Unplanned
Last Updated: 01 Dec 2020 16:15 by ADMIN
Created by: Bryan
Comments: 0
Category: TabStrip
Type: Feature Request
1
Refer Support Id 1122136  
( https://www.telerik.com/account/support-tickets/view-ticket?threadid=1122136 )
for screen shots and explanation...

Where we use the ShowBaseLine property in Horizontal Orientation, the same feature is not available when in Vertical Orientation
Declined
Last Updated: 28 May 2021 17:49 by ADMIN
Please see the ticket here http://www.telerik.com/account/support-tickets/view-ticket?threadid=1010098.

I still need to support IE8 browsers.  The removal of the frameBorder attribute from the iframe rendering causes layout issues in IE8.  Adding a property to the RadPageView project to re-enable this behavior would fix this issue.  It could be false by default in order to pass the cited validation tool.  The developer would have to enable the property in order for the frameBorder attribute to be rendered as frameBorder="0".
Completed
Last Updated: 30 Jul 2015 13:42 by ADMIN
ADMIN
Created by: Danail Vasilev
Comments: 0
Category: TabStrip
Type: Feature Request
2

			
Unplanned
Last Updated: 06 May 2014 07:21 by ADMIN
Declined
Last Updated: 27 Nov 2015 14:38 by Elena
Created by: Maha
Comments: 1
Category: TabStrip
Type: Feature Request
0
1)If already one tab opened means-->just i want to select tab(without postback)

for that me use set_selected(true) and select().But its also fires OnClientTabSelected Client Side API function.

So how can i achieve this?

 OnClientTabSelecting function available to get focus of user select a tab.Becoz i want two functionality

1)I want  postback for some specific of the tabs when user clicks already opened tabs

2)I want to select a Tab(without postback) when user clicks from Leftmenu(RadPanelBar)

Pls explain with sample code how to achieve both Its very urgent

3) In my left side user control  RadPanelItem me used.Based on this only tabs are opened based

Functionality me need -->whenever user select a already opened tabs its corresponding menu also should select in RadPanelbar(PanelItem)

Me tried this logic
============
function ClientTabsSelected(sender, args) {
var tab = args.get_tab();
GetItemText(tab.get_text());
}

    function GetItemText(currenttabtext) { //This function me put left side user control.

          var panelBar = $find("<%=RadPanelBar1.ClientID%>");

           var currentitem = panelBar.findItemByText(currenttabtext);

           if (currentitem) {
               currentitem.set_selected(true);
               currentitem.expand();
          }

      }
================================

Its works only when panelitem expand.If already selected item in Panelbar collapsed means.Its select properly (rpSelected CSS Class assigned  me find using inspect element)

But its not expand..Please help me solve this also

Please response soon.Its very urgent
Declined
Last Updated: 12 Dec 2016 09:05 by ADMIN
ADMIN
Created by: Ivan Zhekov
Comments: 5
Category: TabStrip
Type: Feature Request
0
Currently the RadTabStrip + Google Maps integration suffers a limitation e.g. if the map is within a hidden tab, there are displacements.
Completed
Last Updated: 13 Jun 2021 11:16 by ADMIN
Created by: Chris
Comments: 1
Category: TabStrip
Type: Feature Request
3
While it is currently possible to target the first or last item in a RadTabStrip via their CSS classes .rtsFirst and .rtsLast, it is not possible to target individual items, e.g. to add a custom icon or display different background images in tabs.

Assigning icons via the ImageURL property is often not feasible, e.g. when using the RadTabStrip-based navigation controls in Sitefinity.

Numbering the list items, e.g. .rtsLI1, .rtsLI2, .rtsLI3, etc., would be trivial to implement and provide a lot of flexibility through individual CSS targeting.

This also applies to the RadPanelBar and RadMenu controls.