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

Slow Performance when include RadRating Control in RadGrid

1 Answer 86 Views
Grid
This is a migrated thread and some comments may be shown as answers.
ezequiel
Top achievements
Rank 1
ezequiel asked on 26 Sep 2019, 06:37 PM

We have a RadGrid that include a column with RadRating control. 

Our problem is that Grid takes too much time to load in the browser (aprox 8 seconds). 

The ItemTemplate contains only a TextBlock and a RadRating Control.

When i remove the RadRating , the grid load normally (1 second).

The RadGrill run at server and use OnNeedDataSource. And the versiĆ³n of dlls is 2014

Any suggestions?

 

Thank you,
kind regards

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 01 Oct 2019, 11:35 AM

Hi Ezequiel,

My recommendations are:

  • Pfollow the RadGrid optimization guidelines at Grid Performance Optimizations. Make sure that the debugging is disabled in the web.config:

      <system.web>
        <compilation debug="false" />
      </system.web>
  • Switch to Lightweight rendering and test again. Set RenderMode="Lightweight" in the web.config globally for all Telerik AJAX components:

    Web.config:
    <appSettings>
        <add key="Telerik.Web.UI.RenderMode" value="lightweight" />
    </appSettings>

  • Upgrade to the latest version 2019.2.817 (R3 2019) to ensure support for the modern browsers as well as benefit from better stability and performance improvements.

 

Regards,
Rumen
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
Grid
Asked by
ezequiel
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or