Master-Detail Views with Blazor DataGrid: A Developer’s Guide [Webinar]

Поделиться
HTML-код
  • Опубликовано: 7 сен 2024

Комментарии • 21

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

  • @jamest1103
    @jamest1103 2 года назад +1

    Creating a gofundme to get you a faster PC.
    Great info though and exactly what I need so I'll be using syncfusion for my current project

  • @talkathiriify
    @talkathiriify 4 года назад +1

    Thank you very much for the excellent tools.

  • @alexolson2921
    @alexolson2921 2 года назад

    In VS 2022 .NET 6 I am having trouble with the ‘context’ variable and CS 0103 error. As such none of that data loads into ‘Employee’ is useable on the page.

    • @SyncfusionInc
      @SyncfusionInc  2 года назад +1

      Hello,
      We can look into this and get back to you but response times via our RUclips videos are slower than our regular support. Have you opened a support ticket or tried our live chat? www.syncfusion.com/support/directtrac/incidents/newincident
      If you have a retail or flat license, you also have access to our support chat.

    • @alexolson2921
      @alexolson2921 2 года назад

      @@SyncfusionInc I have not yet. I’ll give that a try. Thank you!!

    • @SyncfusionInc
      @SyncfusionInc  2 года назад

      We suspect that you referred themes and scripts in both _Host. cshtml and _Layout. cshtml pages, so the issue occurs. We modified the provided sample and attached a runnable sample for your reference. Kindly refer the UG documentation for more information.
      Sample Link : support.syncfusion.com/attachment/download/293794
      Reference: blazor.syncfusion.com/documentation/datagrid/getting-started#add-script-reference

  • @MizanurRahman-ti8wd
    @MizanurRahman-ti8wd Год назад

    Dropdown searching value come very slowly

    • @SyncfusionInc
      @SyncfusionInc  Год назад

      Hi Rahman,
      Thank you for reaching out. To enhance the performance efficiency of your application, even with large datasets, we recommend using either paging or virtualization. These techniques can help to minimize the load on your application and enhance its overall performance.
      Additionally, we suggest rendering the page size with a minimum page size for better performance. For further information and guidance, please refer to the attached user guide.
      Reference: blazor.syncfusion.com/documentation/datagrid/webassembly-performance

  • @SteveNgaiCheeWeng
    @SteveNgaiCheeWeng 4 года назад

    How do we make it mobile responsive? Right now, all the widths are hardcoded

    • @SyncfusionInc
      @SyncfusionInc  4 года назад

      By default, DataGrid will adapt to its browser (its parent) element width and height. But if you have customized or render Grid inside particular container and want it to adapt to its parent. Kindly refer our UG documentation for your reference
      blazor.syncfusion.com/documentation/datagrid/scrolling/#responsive-with-parent-container
      Please get back to us if you need further assistance.

    • @beerguy1320
      @beerguy1320 2 года назад

      Exactly the kind of tool businesses need with their data. Wonderful.

  • @HappyRon08
    @HappyRon08 3 года назад

    Can we use this on CRUD editing?

    • @SyncfusionInc
      @SyncfusionInc  3 года назад

      Hi Tyrone,
      Thank you for watching our videos. Yes, you can use this on CRUD editing. Please refer to the link below.
      blazor.syncfusion.com/documentation/datagrid/editing/

    • @HappyRon08
      @HappyRon08 3 года назад

      @@SyncfusionInc thanks for immediate reply. Can I do this in the child grid as well?

    • @SyncfusionInc
      @SyncfusionInc  3 года назад

      Hi Tyrone,
      We are happy to help. Yes, you can. Please refer to the following link to see how the parent-child relation data is used in the DataGrid.
      blazor.syncfusion.com/demos/datagrid/hierarchy-grid?theme=bootstrap4
      Let us know if you any questions.

  • @DonToomey
    @DonToomey 4 года назад

    Where is the source code for this project?

    • @SyncfusionInc
      @SyncfusionInc  4 года назад +1

      Hi Don, you can get the source code for this project from this GitHub link: github.com/SyncfusionExamples/create-master-details-view-using-blazor-datagrid

    • @toomeyfamily1322
      @toomeyfamily1322 4 года назад +1

      Thanks for the source code link. It was a great webinar.

    • @SyncfusionInc
      @SyncfusionInc  4 года назад

      @@toomeyfamily1322 we're glad you enjoyed it!