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

Something I noticed regarding performance

2 Answers 38 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Gerry
Top achievements
Rank 1
Gerry asked on 06 Jun 2014, 12:36 AM
If I have a column like this:​

<telerik:GridBoundColumn DataField="Blank" HeaderText="">
</telerik:GridBoundColumn>


I noticed a massive problem with performance. I use manual binding and I've encountered this problem many times before. In my case I had 171 records and by looking at the trace I could see the Page.EndLoad was taking 3.2 seconds. Removing this column would automatically result in the number falling to 0.09.

Is Telerik aware of this issue?

I easily overcome this issue by adding a blank record to the datatable used as a datasource. I though I'd post this to help other users.

2 Answers, 1 is accepted

Sort by
0
Gerry
Top achievements
Rank 1
answered on 06 Jun 2014, 12:39 AM
Forgot to add that 'Blank' doesn't exist in the datasource. Should it not error out?
0
Angel Petrov
Telerik team
answered on 10 Jun 2014, 11:39 AM
Hi Gerry,

Following the scenario I have assembled a sample website but did not notice any performance decrease. In my case the grid loaded for about 8-9 milliseconds. Could you please examine the attached test project and tell us what differs in your case? Additionally please provide us with the markup and code-behind of the grid page so we could examine the control configuration.


Regards,
Angel Petrov
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Grid
Asked by
Gerry
Top achievements
Rank 1
Answers by
Gerry
Top achievements
Rank 1
Angel Petrov
Telerik team
Share this question
or