Open Closed

abp Commercial grid and control replacements? #299


User avatar
1
don.potts created

How can I replace the standard Commercial UI grids and controls with DevExtreme ASP.Net Core Pivot Grid & controls for one project and SyncFusion ASP.Core Pivot grid and controls for another project?

Please provide the best practice integration methods for the ASP.Net Core MVC UI.

Thank you, Don


13 Answer(s)
  • User Avatar
    0
    alper created
    Support Team Director

    hi Don,

    is this https://js.devexpress.com/Demos/Widgetsgallery/Demo/PivotGrid/Overview/NetCore/Light/ the grid you are trying to add?

  • User Avatar
    0
    don.potts created

    Yes, with the Field Panel.

    Thank you, Don

  • User Avatar
    0
    alper created
    Support Team Director

    hi don,

    we can make a sample project with DevExpress Grid (I guess pivot table is similar)

  • User Avatar
    0
    don.potts created

    Please use the DevExtreme ASP.Net Core Grid recommended method.

    Thank you, Don

  • User Avatar
    1
    alper created
    Support Team Director

    ok @don 👍

  • User Avatar
    0
    BennieMok created

    Hi Alper, Can you provide a sample with the DevExtreme Angular components.Thanks.

  • User Avatar
    1
    alper created
    Support Team Director

    we started writing an article and a sample project to show you how to use DevExtreme components. Firstly, we'll make jQuery versions then Angular version

  • User Avatar
    0
    cotur created

    Hi,

    We've finished the sample project and article that shared on ABP Community.

    Here the article: Using DevExtreme Components With the ABP Framework

  • User Avatar
    0
    pkouame created

    Thanks - will the angular version be available soon ? (Devextreme angular => 20.1.7)

    Especially a datagrid sample with both client and server side rendering

  • User Avatar
    0
    hikalkan created
    Support Team Co-Founder

    We will be planning it. I suppose the Angular UI should be more straightforward.

  • User Avatar
    0
    anthonyh created

    @alper @cotur Thanks for the great article "Using DevExtreme Components With the ABP Framework". The article is about using DevExtreme with ABP main application. I wonder if I can use DevExtreme components in a ABP module. Is there any special thing I need to do comparing to use it in a ABP main application? Thanks!

  • User Avatar
    0
    alper created
    Support Team Director

    Actualla a module is not different than the application itself. The main difference is UI files and dependant client packages. The UI files (JS, CSS and others) must be embedded resources to be able to use it in the main application. Add the 3rd party library references to your module and use it. if you fall into any issue write back us.

  • User Avatar
    0
    anthonyh created

    @alper Thanks, alper! I am able to make it work follow the instruction article.

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