Open Closed

Syncfusion Grid w/ server-side paging #7015


User avatar
0
  • ABP Framework version: v8.0.4
  • UI Type: Angular
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes
  • Exception message and full stack trace: N/A
  • Steps to reproduce the issue:

May I know how I can use the ListService with a Syncfusion Angular Grid component?


5 Answer(s)
  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Hi,

    Have you check the document? https://docs.abp.io/en/abp/latest/UI/Angular/List-Service

  • User Avatar
    0

    I did, but that documentation is for ngx-datatable only. I need to integrate the ListService with the Syncfusion Angular Grid component w/ server side paging. Please help.

  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Hi,

    The ListService is a common service.

    ABP provider extension directive for ngx-datatable, you can refer to it to create a directive for Syncfusion https://github.com/abpframework/abp/blob/dev/npm/ng-packs/packages/theme-shared/src/lib/directives/ngx-datatable-list.directive.ts#L26

  • User Avatar
    0

    We are NOT using ngx-datatable We are using Syncfusion Angular Grid We need to know how to get the ListService working with Syncfusion Angular Grid Do you have a sample for that?

  • User Avatar
    0
    masum.ulu created
    Support Team Angular Developer

    Hi, no we don't have any sample. It's seems like you want to implement your own login. You can inspect our NgxDatatableListDirective from @abp/ng.theme.shared package and you create your own directive or you can you directly ListService with Syncfusion Angular Grid but we don't have any sample for it.

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