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

Grid aggregate rows not displaying when using virtual scroll

1 Answer 183 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Jim
Top achievements
Rank 1
Jim asked on 24 Apr 2020, 11:27 PM

Hi, 

I'm trying to get group footer rows to display while using virtual scrolling. They display just fine without virtual scrolling, but once I enable it, they are nowhere to be found.

I've been trying different combinations for the past few hours, trying to figure this out with no luck.Here is a simplified example: https://stackblitz.com/edit/angular-9f2v8c

The example has virtual scrolling enabled. As a result, the footer aggregate rows are not displayed. If you remove line 9, you'll see the footers appear. How can I get the footer rows to display with virtual scrolling enabled?

Thanks

Jim

1 Answer, 1 is accepted

Sort by
0
Svet
Telerik team
answered on 28 Apr 2020, 12:46 PM

Hi Jim,

Thank you for the provided example.

When using the groupFooterTemplate then the [groupable] option should be set to:

[groupable]="{showFooter: true}"

Please check the following example:

https://stackblitz.com/edit/angular-9f2v8c-wpdi3f?file=app/app.component.ts

Indeed, that is something that is currently missing from our documentation. Thus I have updated your account Telerik points for bringing that to our attention.

We will try to provide an internal fix that will set the [groupable] option properly and automatically under the hood when using the kendoGridGroupBinding directive. But if we face some corner stones with this approach, we will update the documentation accordingly to show that setting as required.

Thank you for the provided feedback. Please let me know in case any further assistance is required for this case.

Regards,
Svetlin
Progress Telerik

Progress is here for your business, like always. Read more about the measures we are taking to ensure business continuity and help fight the COVID-19 pandemic.
Our thoughts here at Progress are with those affected by the outbreak.
Tags
Grid
Asked by
Jim
Top achievements
Rank 1
Answers by
Svet
Telerik team
Share this question
or