This is a migrated thread and some comments may be shown as answers.

Workaround for using virtual scrolling, grouping and remote data in a grid.

1 Answer 114 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Rebekah
Top achievements
Rank 1
Rebekah asked on 26 Jul 2018, 02:11 PM

I know the documentation specifically says the kendoGridGroupBinding only works with in memory data, but is there a way around this possibly? My data is grouped by date and the idea is to allow the user to scroll back in time to any date within the last year or so. Using paging would impact the UX a great deal in this situation. I'm mostly looking for ideas, or insights from anyone who has attempted something similar. 

Thanks in advance. 

1 Answer, 1 is accepted

Sort by
0
Dimiter Topalov
Telerik team
answered on 30 Jul 2018, 08:24 AM
Hi Rebekah,

As mentioned the Grid virtual scrolling functionality has only limited support for grouping and it necessitates using the built-in directive and all data to be available locally.

I am afraid the only available workaround seems to prefetch all data so that it is available locally and bind the kengoGridGroupBinding directive to it.

Regards,
Dimiter Topalov
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
General Discussions
Asked by
Rebekah
Top achievements
Rank 1
Answers by
Dimiter Topalov
Telerik team
Share this question
or