Completed
Last Updated: 06 Dec 2019 13:11 by ADMIN
Release 2.6.0
Tom
Created on: 25 Sep 2019 20:06
Category: TabStrip
Type: Bug Report
2
Nested tabstrips of different orientations display odd indicators

<TelerikTabStrip TabPosition="TabPosition.Top">
    <TabStripTab Title="Sofia">

    </TabStripTab>
    <TabStripTab Title="London">

    </TabStripTab>
    <TabStripTab Title="Paris">
        <TelerikTabStrip TabPosition="TabPosition.Left">
            @foreach (var item in new string[] { "one", "two", "three" })
            {
                <TabStripTab Title="@item">x</TabStripTab>
            }
        </TelerikTabStrip>
    </TabStripTab>

</TelerikTabStrip>

1 comment
ADMIN
Marin Bratanov
Posted on: 26 Sep 2019 07:16

Hello Tom,

Thank you for noticing. I am logging this for fixing and you can click the Follow button on the bug report page to get status change notifications.

 

Regards,
Marin Bratanov
Progress Telerik

 UI for Blazor