Syncfuion grid grouping with remote data using enableInfiniteScrolling

Hi Team,

we have grid it is integrated with .net api using url adapter, we are using enableInfiniteScrolling=true.

when we group by grid data. it is not loading the correct data on sub sequent mouse scroll.

Example.

I have status column in grid ,the number of records to take in page settings is 100. lets the remote data has below records in database.

Status A has 20 records

Status B has 120 records.

Status C has 50 records.


on the first service call when we group by status it should pull data from remote service as below

Status A 20 records

status B 80 records


On next scroll, it should pull

Status B 40 records

Status C 50 records.


How can we implement this on angular with .net.


Thanks,

Dayakar.



1 Reply

HS Hemanthkumar S Syncfusion Team June 5, 2023 05:35 AM UTC

Hi Dayakar Reddy Borampeta,


Greetings from Syncfusion support.


Before we proceed with providing a solution to your query, we would like to request some additional information to better understand the issue you are facing. Please provide us with the following details:


  1. Could you kindly share the complete code of Grid and URL Adaptor? Having the full code will allow us to review the implementation and potentially identify any issues or suggest improvements.
  2. Please provide the version of the Syncfusion package that you are using.
  3. If possible, sharing a video or screenshot demonstration would greatly assist us in better understanding your query. It would allow us to visualize the problem and provide more precise guidance or suggestions.
  4. If you have a reproducible sample that showcases your query, please share it with us. Having a sample will enable us to directly analyze and validate your query, which can lead to a faster resolution.


We appreciate your cooperation in providing us with the requested information, as it will help us provide a more effective solution to your query.


Regards,

Hemanth Kumar S


Loader.
Up arrow icon