Open Closed

Using Syncfusion blazor component #5437


User avatar
0
Andy created

Hi,

I am developing based on ABP Blazor server commercial + LeptonX theme.

My problem is i want to use Syncfusion blazor component instead of Blazorise that is there by default.

While I tried to get rid of Blazorise and adding Syncfusion packages in, I encounter a runtime error:

AbpException: Could not find the bundle file '/_content/Blazorise.Bootstrap5/blazorise.bootstrap5.css' for the bundle 'Blazor.LeptonXTheme.Global'!

Does this mean I cannot remove Blazorise?

I have also added syncfufion packages into my project but the controls don't show on the pages while no error is through.

this is an article i followed: https://community.abp.io/posts/using-syncfusion-components-with-the-abp-framework-5ccvi8kc

Or this only works in the community version ABP?

Thank you.

  • ABP Framework version: v7.2.3
  • UI type: Blazor Server
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

3 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    Or this only works in the community version ABP?

    It will also work on the commercial version.

    AbpException: Could not find the bundle file '/_content/Blazorise.Bootstrap5/blazorise.bootstrap5.css' for the bundle 'Blazor.LeptonXTheme.Global'!

    You can try without removing the blazorise package.

  • User Avatar
    0
    Andy created

    hai liming, thanks for your response.

    I don't want to use two sets of package as it is unnecessary and will increase the download time.

    can you please confirm if I can use the LeptonX Blazor server theme without the Blazorise package?

  • User Avatar
    0
    jfistelmann created

    hai liming, thanks for your response.

    I don't want to use two sets of package as it is unnecessary and will increase the download time.

    can you please confirm if I can use the LeptonX Blazor server theme without the Blazorise package?

    Hey Andy,

    you can not use lepton/ leptonx UI without blazorise, as the UI is build with that.

    If you want to remove blazorise, you have to create the UI completely on your own.

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11