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

[Solved] RadGrid Loading twice

1 Answer 121 Views
Grid
This is a migrated thread and some comments may be shown as answers.
santhosh
Top achievements
Rank 1
santhosh asked on 19 Jun 2009, 11:19 AM
Hi,

    Any Help me, RadGrid Loading twice and it hit the same query

 

<radG:RadGrid ID="radgrdMasterEnv" HorizontalAlign="Center" AllowMultiRowSelection="false"

 

 

Skin="WinXP" runat="server" PageSize="10" AllowPaging="True" ShowStatusBar="true"

 

 

EnableAJAX="false" EnableAJAXLoadingTemplate="true" DataSourceID="objdsMastEnv"

 

 

OnDeleteCommand="radgrdMasterEnv_DeleteCommand" AllowFilteringByColumn="false"

 

 

LoadingTemplateTransparency="50" AllowSorting="true">

 

 

<PagerStyle Mode="NextPrev" />

 

 

<ClientSettings>

 

 

<Selecting AllowRowSelect="true" />

 

 

</ClientSettings>

 

 

<MasterTableView DataSourceID="objdsMastEnv" CommandItemDisplay="Top" EditMode="EditForms"

 

 

CssClass="HeaderLabelRow" HierarchyDefaultExpanded="true" AutoGenerateColumns="False"

 

 

Width="100%" DataKeyNames="TO_BRANCH_ID" HierarchyLoadMode="ServerBind">

 

im hav 1000 of records and it will tak lot of time to load Grid...
any one tell me why it load twice , is any property i missed out...

1 Answer, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 19 Jun 2009, 01:40 PM
Hi Santhosh,

I followed your scenario in order to replicate the issue but to no avail.
Please find attached a simple runnable application which is working as expected. Give it a try and let me know what is the difference in your case.

All the best,
Pavlina
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Grid
Asked by
santhosh
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Share this question
or