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

Issue Regarding Performance

2 Answers 62 Views
Grid
This is a migrated thread and some comments may be shown as answers.
gaurav
Top achievements
Rank 1
gaurav asked on 17 Jan 2013, 05:03 AM
Dear,

I am using telerik control version 2010.1.519.35.

By using this control I am creating application having "grid" and grid Master table contains three deep level "DetailTable". Level as shown below

Mastergrid
->DetailTable
   ->DetailTable
      ->DetailTable
    ->DetailTable
       ->DetailTable
->DetailTable
   ->DetailTable
      ->DetailTable
    ->DetailTable
       ->DetailTable


This is a simple structure for one record in master table so all the details table bind accordingly. when it has 10 or 20 records performace of page gose down around 20 min and more. please help to find the solution. One more thing I am binding this grid programatically and using needdatasource and Detailtablebind event for binding detail tables.

Please send reply ASAP

Thanks,
Gaurav Shrivastava

2 Answers, 1 is accepted

Sort by
0
gaurav
Top achievements
Rank 1
answered on 17 Jan 2013, 06:09 AM
I found one more thing that rowdatabound event and binddetailtable events calls number of times.

Please suggest.
0
Shinu
Top achievements
Rank 2
answered on 29 Jan 2013, 09:33 AM
Hi,

Try setting the MasterTableView property HierarchyLoadMode to 'ServerOnDemand'.

ASPX:
<MasterTableView  HierarchyLoadMode="ServerOnDemand" .  .  .>

Thanks,
Shinu.
Tags
Grid
Asked by
gaurav
Top achievements
Rank 1
Answers by
gaurav
Top achievements
Rank 1
Shinu
Top achievements
Rank 2
Share this question
or