Add a Blazor Scheduler to the Blazor Server App Using VS Code

แชร์
ฝัง
  • เผยแพร่เมื่อ 23 ก.ย. 2024
  • Learn to create and configure Syncfusion’s Blazor Scheduler in the Blazor Server App using Visual Studio Code.
    In this video, you will learn how to create a new Blazor Server App using Visual Studio Code and the steps to add Blazor Scheduler to it. You will also learn how to configure a few of its important features like current date, current view, and view-specific scheduler customizations. Also, in the next Part-2 video, you will learn how to easily bind appointment data to the Blazor Scheduler.
    To learn how to bind appointments to the Blazor Scheduler, check out our next video:
    • Bind Appointment Data ...
    Getting Started Example: bit.ly/2T44qY7
    BLAZOR SCHEDULER
    ---------------------------
    Product overview: bit.ly/2wHOR0J
    Examples: bit.ly/2VqhycX
    Documentation: bit.ly/32vHZPV
    Download free trial: bit.ly/2SX2D8s
    NuGet package: bit.ly/2JaYsA9
    SUBSCRIBE
    ---------------
    Syncfusion on TH-cam: bit.ly/syncfusi...
    Sign up to receive email updates: bit.ly/syncfusi...
    SOCIAL COMMUNITIES
    ----------------------------
    Facebook: / syncfusion
    Twitter: / syncfusion
    LinkedIn: / sync. .
    #eventscheduler #eventcalendar #blazorscheduler

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

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

    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

  • @simon9200000
    @simon9200000 3 ปีที่แล้ว +1

    Great complete video to quickly learn how to use this great component thanks! Looking forward for the part 2

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

      Thanks!
      You can watch more on this topic through this video: th-cam.com/video/EwfxPrqxma8/w-d-xo.html
      We also have a playlist of all our Blazor related content: th-cam.com/play/PLDzXQPWT8wEDGN8evydx9L-KpuW1ZxDy1.html

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

    Can you do one with document editor, and more specifically how to get a file from cloud, update it and uploaded back to the cloud

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

      Hi Stefan,
      Sorry, we currently do not have any videos on this topic available as of now, but we are should have some within the coming months.
      Until then, please find this documentation link can that covers how to get a file from cloud: blazor.syncfusion.com/documentation/document-editor/opening-a-document/?no-cache=1#opening-a-document-from-cloud.
      Other examples: blazor.syncfusion.com/demos/document-editor/default-functionalities?theme=bootstrap4