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

Can we add Rad pages in between Radtab strip?

3 Answers 34 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Jayesh
Top achievements
Rank 1
Jayesh asked on 16 Jun 2016, 07:12 AM

In a page, we have 9 tabs and we are using radtabstrip and rad multipage to implement this functionality. Now Users are asking split tabs into 3 section and display the pages associated to that below the tab selection as shown in attached images.

Is itpossible to achieve this with single Radtabstrip and rad multipage? if yes can you share a sample code?

Since this is an existing functionality it will be too much work to split into multiple tabs. Also, for some users we need to hide some tab, so it should automatically shift to above tabstrip.

 

 

3 Answers, 1 is accepted

Sort by
0
Ivan Danchev
Telerik team
answered on 16 Jun 2016, 12:16 PM
Hello Jayesh,

The described functionality is not supported by the TabStrip. Due to how the TabStrip and the MultiPage are rendered the TabStrip cannot be split into sections and content placed in between those sections. You could consider using multiple TabStrip controls instead of splitting a single TabStrip.
As for hiding a Tab and selecting a different one, this can be achieved with the RadTab Object's set_visible(false) and select() client-side methods. These and other important methods of the RadTab object are listed in the following documentation article. The RadTabStrip object itself has a similar set_visible() method, which can be used to hide/show the entire TabStrip not just particular Tabs.

Regards,
Ivan Danchev
Telerik
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
0
Jayesh
Top achievements
Rank 1
answered on 16 Jun 2016, 03:11 PM
but if we go with Multiple radtabs, if third tab on first row is hidden, then we have to shift first tab of second row to above tabstrip. this requires a lot of dynamic code  to achieve this. And on selection of second tabstrip we need to hide all other tabs.
0
Ivan Danchev
Telerik team
answered on 17 Jun 2016, 11:39 AM
Hello Jayesh,

I understand it would require additional code to implement it, however we cannot suggest an alternative approach other than using multiple TabStrip controls, because, as I mentioned, splitting the Tabs and embedding content in between them is not a supported scenario. 

Regards,
Ivan Danchev
Telerik
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
Tags
TabStrip
Asked by
Jayesh
Top achievements
Rank 1
Answers by
Ivan Danchev
Telerik team
Jayesh
Top achievements
Rank 1
Share this question
or