When I try to set dropdowndisplaymode to visible. it cannot point to the correct tab when duplicate tab header name opened. Is there any solution to avoid this problem? thanks.
3 Answers, 1 is accepted
0
Hristo
Telerik team
answered on 23 Dec 2011, 04:09 PM
Hello,
Can you please provide us a simple project to demonstrate the issue?
Also, I would like to know what is the version of the controls you are using.
Kind regards,
Hristo
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>
Hi Hristo,
When there are two tabs with the same header name, using dropdowndisplaymode cannot point to the correct tab. currently I using the version 2011_3_1212. thanks.
0
Hristo
Telerik team
answered on 09 Jan 2012, 10:28 AM
Hello,
I've created a XAML declared TabControl test and manage to reproduce the issue. The Docking control inherits from our TabControl thus inherits the drop down content features. When TabItems are declared in xaml and the header is identical with another tab item header TabControl will select the first occurrence when selection is performed from the drop down content. I've created a feature request item in our public issue tracking system. You could vote and track the issue via following link: http://www.telerik.com/support/pits.aspx#/public/silverlight/9230
You could use databinding and declare the items in a view-model object. This way TabControl should be able to identify the objects correctly and perform a properly indexed selection.
Please let us know if you need further assistance.
All the best,
Hristo
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>