Getting Started With the Blazor Calendar Component

แชร์
ฝัง
  • เผยแพร่เมื่อ 23 ก.ย. 2024

ความคิดเห็น • 8

  • @SyncfusionInc
    @SyncfusionInc  ปีที่แล้ว

    If you are working with 20.1 or later versions of the Syncfusion Blazor NuGet packages - blazor.syncfusion.com/documentation/release-notes/20.1.47?type=all#breaking-changes, we request you to ensure the following 3 steps in your projects -
    1. Manually add the script reference under the section of ~/index.html or ~/Pages/_Host.cshtml files. Read More: blazor.syncfusion.com/documentation/common/adding-script-references
    2. Syncfusion.Blazor.Themes is removed from dependencies of Syncfusion.Blazor.Core. So, if you are looking to refer themes from static web assets, ensure to install Syncfusion.Blazor.Themes NuGet package explicitly into your project. Check out how to manually add the style reference, blazor.syncfusion.com/documentation/appearance/themes#static-web-assets
    3. While registering Syncfusion Blazor Service in the ~/Program.cs file, you would have set IgnoreScriptIsolation property as true to load the scripts externally. From 2022 Vol-1 (20.1.*) versions, the default value of IgnoreScriptIsolation is changed to true and marked as obsolete, so it is not necessary to set this property explicitly in your projects. Read More: blazor.syncfusion.com/documentation/common/adding-script-references#disable-javascript-isolation

  • @connorhutchison3536
    @connorhutchison3536 4 ปีที่แล้ว +1

    great simple video!
    thank you sir!

    • @SyncfusionInc
      @SyncfusionInc  4 ปีที่แล้ว

      No problem! Glad you found it useful!

  • @MihaiMoisei
    @MihaiMoisei 4 ปีที่แล้ว +1

    Excellent presentation, thanks.

    • @SyncfusionInc
      @SyncfusionInc  4 ปีที่แล้ว

      Thanks, we're glad you enjoyed it!

  • @JohnMarsing
    @JohnMarsing 3 ปีที่แล้ว

    5:15
    I'm new to SyncFusion controls so this might be a simplistic question but I have a calendar control inside an and it has IsMultiSelection=true. My question is how do you bind the selected dates?

    • @JohnMarsing
      @JohnMarsing 3 ปีที่แล้ว

      Maybe I should be using the scheduler control instead

    • @SyncfusionInc
      @SyncfusionInc  3 ปีที่แล้ว

      Hi John,
      Thank you for reaching out to us. You can bind the value by using @bind-value. Kindly refer to the following link, blazor.syncfusion.com/documentation/calendar/data-binding/#two-way-data-binding.
      Please don't hesitate to reach out with questions.