Tab headers no longer showing 19.2.0.62 update
Hi,
Since updating to 19.2.0.62 tab headers are no longer showing.
The following example only shows "tab item content":
<SfTab>
<TabItems>
<TabItem>
<ChildContent>
<TabHeader Text="Details" />
</ChildContent>
<ContentTemplate>
tab item content
</ContentTemplate>
</TabItem>
</TabItems>
</SfTab>
- What is your .Net SDK version?
- Share your issue replicating sample or try to replicate the issue in above sample
- Whether the issue occurs in specific device or browser?
- Whether the issue is random?
- Do you face any error or exception?
Hi,
I just tried your sample and it seems to be working.
However, it breaks as soon as you traget .NET 6
I've modified and attached your sample (just changed targeting to .NET 6).
My latest installed SDK is .NET 6 RC1
Attachment: BlazorTabsample1052659992_mod_ce76bbad.zip
I'm experiencing the same issue on .net 6, all was well in .net 5
Is this supposed to be fixed? I'm still getting the issue with .Net 6 using version 19.4.0.41
Thanks,
Alex
Yes. This has been fixed. kindly check the attached sample.
if you still face the problem, kindly share the tab rendering codes to validate further and provide the prompt solution ealier.
Regards,
Vengatesh
Attachment: BlazorTabsample_81c18e5d.zip
Hi Everyone,
I've just downloaded the above attachment.
When I build it as is, all right, it works.
But when I upgrade the library to
<PackageReference Include="Syncfusion.Blazor.Navigations" Version="20.1.0.47" />
Then the problem is back.
Can you please confirm this is a regression on your side?
Thanks and regards
Bob
Hi Bernard,
_Layout.cshtml:
<head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <base rel='nofollow' href="~/" /> <link rel="stylesheet" rel='nofollow' href="css/bootstrap/bootstrap.min.css" /> <link rel='nofollow' href="css/site.css" rel="stylesheet" /> <link rel='nofollow' href="ScheduleComponent.styles.css" rel="stylesheet" /> <link rel='nofollow' href="https://cdn.syncfusion.com/blazor/20.1.47/styles/material.css" rel="stylesheet"/> <script src="_content/Syncfusion.Blazor.Core/scripts/syncfusion-blazor.min.js" type="text/javascript"></script> <component type="typeof(HeadOutlet)" render-mode="ServerPrerendered" /> </head> |
Could you please check the attached sample and confirm whether the above solution resolves the problem at your end?
Regards,
Satheesh Kumar B
Attachment: TabComponent_418fa2d9.zip
Hi Sateesh,
I've modified the previous sample as you specified, and it works like a charm!
Thank you very much for your analysis and your solution.
Hi Bernard,
You are most welcome!!!
Regards,
Vengatesh
- 11 Replies
- 8 Participants
-
MS MS
- Sep 15, 2021 03:54 PM UTC
- Apr 13, 2022 03:43 AM UTC