Hi,
I have been using the Syncfusion data grid.
The method I use is Custom Adaptor which extends the WebApiAdaptor.
The data send from response is following exactly the requirement which is Items:[{...}, {...}], Count: 830
I have set the pageSize: 5, therefore the data should be displayed 5 items in a page.
The data displayed inside the grid table is the all results instead of 5 items only. Moreover, when I change from page 1 to page 2, the data remain same which is displaying all the data instead of the 5 items.
Could you assist me on this issue?
Attachment:
Dashboard_60334bd4.rar