We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Paginate async data(Backend) in datagrid (limit,offset)

Hello, how can I fetch async data in Datagrid like below? I use the cubit to fetch data.



www.example.com/api/v1/test?limit=15&offset=0

www.example.com/api/v1/test?limit=15&offset=15


1 Reply

TP Tamilarasan Paranthaman Syncfusion Team December 21, 2022 01:34 PM UTC

Hi Yusif,


Based on your requirement, we have prepared a simple sample for populating the paginate DataGrid by fetching the data from JSON and converting JSON data to the list collection. Please check the following sample.


Sample Link: https://www.syncfusion.com/downloads/support/directtrac/general/ze/Sample333411114


Regards,

Tamilarasan


Loader.
Up arrow icon