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

Kendo grid image taking more time to load

1 Answer 536 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Vimala
Top achievements
Rank 1
Veteran
Vimala asked on 16 Jun 2020, 02:05 PM

Hello team,

I'm using kendo grid in my angular project and it has a column with image field. I m using an API to bind the data to grid. But when i'm binding with and with out the image there is a lot of performance issue. It is taking more time when loading with the image. With out image it comes up in seconds.

So can you please help me in getting the data quickly with image too? Is there any code that you can provide to me on this for reducing the image size or getting the data into grid?


Thanks in Advance.

 

 

Thanks & Regards

Vimala

1 Answer, 1 is accepted

Sort by
0
Martin
Telerik team
answered on 18 Jun 2020, 08:55 AM

Hi Vimala,

All available performance techniques that can be used to improve the performance of the Grid are related to the number of items rendered in the DOM:

https://www.telerik.com/kendo-angular-ui/components/grid/browser-performance/

In this case, the performance is affected due to the size of the images. However, that undesired delay is caused due to a browser or system limitations rather than by a specific feature or functionality of Kendo UI for Angular. 

What can be done is to reduce the size and number (if possible) of the images as this will ensure that the browser will load them faster. 

Regards,
Martin
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
General Discussions
Asked by
Vimala
Top achievements
Rank 1
Veteran
Answers by
Martin
Telerik team
Share this question
or