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

Performance when grid is update freqvently

1 Answer 44 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Martin
Top achievements
Rank 1
Martin asked on 13 May 2015, 09:18 AM

Hello,

I have grid with cca 50-100 rows one column has online FX price and this column is changed frequently. I update data with pushUpdate method on datasource. When I profiling application in Grid I see that about 60% of time is spend in two functions _setContentWidth and _setContentHeight. But I set fixed width for all columns and fixed height of row in css. Is possible to tell grid not to recomputed width and height on each update?

Thanks

Regards

Martin


 

1 Answer, 1 is accepted

Sort by
0
Kiril Nikolov
Telerik team
answered on 15 May 2015, 07:50 AM

Hello Martin,

 

When the dataSource is updated, the Kendo UI Grid is practically redrawn, so the internal methods that resize the Grid are needed in order to correctly display the Grid on the page, no matter if you have fixed width and height dimensions.

 

Regards,
Kiril Nikolov
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Grid
Asked by
Martin
Top achievements
Rank 1
Answers by
Kiril Nikolov
Telerik team
Share this question
or