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>
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
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
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