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

How to improve the perfomance of RadGridView when using GridViewDataColumn.AggregateFunctions

1 Answer 58 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Fabio
Top achievements
Rank 1
Fabio asked on 09 Sep 2019, 02:54 PM

Hello, I'm implemented an AggregateFunction (CountFunction) in my GridView, but that decrease the perfomance of the loading drastically. Without the CountFunction, the Grid loads very fast, less than a second, and when i add the function, takes about 4-5 seconds to load the data, and, when I group a column and remove the group, it will take some seconds to load everything again.

 

<telerik:GridViewDataColumn.AggregateFunctions>
    <telerik:CountFunction Caption="Total: " />
</telerik:GridViewDataColumn.AggregateFunctions>

1 Answer, 1 is accepted

Sort by
0
Vladimir Stoyanov
Telerik team
answered on 12 Sep 2019, 11:02 AM

Hello Fabio,

Thank you for the provided code snippet. 

I tested the described scenario in a sample project, however I was not able to reproduce any performance degradation. That is why I am attaching the sample project I used for testing purposes. May I ask you to check it out and see how it differs from the setup on your end?

Should you need any further assistance, can you modify the sample project in order to reproduce the observed on your end scenario and send it back or send over a sample project of your own? You can open a new support ticket, since projects cannot be attached to forum posts. 

Regards,
Vladimir Stoyanov
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
GridView
Asked by
Fabio
Top achievements
Rank 1
Answers by
Vladimir Stoyanov
Telerik team
Share this question
or