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

Virtual scrolling and group footer problem

1 Answer 139 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Daniel
Top achievements
Rank 1
Daniel asked on 29 May 2017, 11:29 AM

When virtual scrolling is enabled, there is a problem with group footer aggregates. When i scroll table the aggregates (sum) are rendering only for visible data.

gridOptions.dataSource.pageSize = 100;
gridOptions.scrollable = {
    virtual: true
};

 

Example in screenshots.

1 Answer, 1 is accepted

Sort by
0
Viktor Tachev
Telerik team
answered on 30 May 2017, 01:52 PM
Hello Daniel,

Please note that grouping is not supported when virtual scrolling is enabled. If grouping is a requirement for your application I would recommend using paging instead of virtual scrolling for the Grid.

If you would like more information on Virtual Scrolling and its limitations you would find the article below interesting.



Regards,
Viktor Tachev
Progress Telerik
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
Grid
Asked by
Daniel
Top achievements
Rank 1
Answers by
Viktor Tachev
Telerik team
Share this question
or