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.