calendar icon doesn't popup calendar

I am using the latest version, however now the calendar icon doesn't show the calendar popup when clicked.  Any ideas as to why this is happening?


TIA,




7 Replies

SP Sureshkumar P Syncfusion Team August 31, 2022 04:44 AM UTC

Hi Miles,

We have validated the reported issue with our latest source, but we cannot replicate the reported issue on our end. we have attached the validated sample in the attachment. We suspect that you want to load the latest source CSS styles to resolve the issue

If you have faced a sample issue, then please replicate the reported issue on the attached sample and revert us with the issue replication steps. These details will help us to provide an exact solution as earlier as possible.

Regards,

Sureshkumar P


Attachment: Calendar_d62697de.zip


MG Miles Gibson August 31, 2022 01:55 PM UTC

Because I am using the single SyncFusion Blazor NuGet package, I was told to do this:


  @*use this one if specifying Syncfusion.Blazor only*@

    <link rel='nofollow' href="_content/Syncfusion.Blazor/styles/bootstrap5.css" rel="stylesheet" />

    <script src=https://cdn.syncfusion.com/blazor/20.2.0.46/syncfusion-blazor.min.js type="text/javascript"></script


Is this still correct?  Because it doesn't work.


TIA,

Miles



SP Sureshkumar P Syncfusion Team September 1, 2022 08:37 AM UTC

Hi Miles,

we have validated your requirement based on shared information, you have used the common package scripts and themes for individual package samples. Which is the reason you have faced the issue in your application. we suggest you use the below styles and scripts to resolve the issue from your end.

find the styles and scripts reference for the individual package.

<link rel='nofollow' href="_content/Syncfusion.Blazor.Themes/bootstrap5.css" rel="stylesheet" />

    <script src="_content/Syncfusion.Blazor.Core/scripts/syncfusion-blazor.min.js" type="text/javascript"></script>

Find the sample in the attachment:

To know more about the themes and script references for the individual packages. Please refer to the documentation here: https://blazor.syncfusion.com/documentation/getting-started/blazor-server-side-visual-studio#add-style-sheet

Note: If this post is helpful, please consider Accepting it as the solution so that other members can locate it more quickly.

Regards,

Sureshkumar P


Attachment: Calendar_8c0ce315.zip


MG Miles Gibson September 1, 2022 03:13 PM UTC

Yes that works, thank you!  Now I shouldn't have to change the version number here when you upgrade your toolset. Note again that I am using the single Syncfusion.Blazor package.


Cheers,

Miles



SP Sureshkumar P Syncfusion Team September 2, 2022 09:57 AM UTC

Hi Miles,

As per our previous update, when you have render the Syncfusion component using individual package then need to install “Syncfusion.Blazor.Themes” and “Syncfusion.Blazor.Core” packages to load the themes and scripts for your application. Using this NuGet packages you can switch the package versions as your need.

Note: If this post is helpful, please consider Accepting it as the solution so that other members can locate it more quickly.

Regards,

Sureshkumar P



MG Miles Gibson September 2, 2022 05:40 PM UTC

So I am using Syncfusion.Blazor and Syncfusion.Blazor.Themes. When did it become important to use Syncfusion.Blazor.Core instead?



SP Sureshkumar P Syncfusion Team September 5, 2022 07:41 AM UTC

Hi Miles,

When you have rendered the application using common Syncfusion.Blazor package then no need to install the Syncfusion.Blazor.Themes package refers to the themes individually.  You can add the below style without installing the individual theme package.

<!--Refer theme style sheet as below if you are using Syncfusion.Blazor Single NuGet-->

    <link rel='nofollow' href="_content/Syncfusion.Blazor/styles/bootstrap5.css" rel="stylesheet" />

<!--Use below script reference if you are using Syncfusion.Blazor Single NuGet-->

    <script  src="_content/Syncfusion.Blazor/scripts/syncfusion-blazor.min.js"  type="text/javascript"></script>

As per our previous update, the versions of the scripts and themes are dependent on your installed NuGet package versions.

Note: If this post is helpful, please consider Accepting it as the solution so that other members can locate it more quickly.

Regards,

Sureshkumar P


Loader.
Up arrow icon