hi,
i am using treeview and grid on my page . they are in two separate radpanes splitted by splitter.
when i click on the node, the grid has to be rebind based on the selected node.
but in my page whole page is refreshed.
i want to refresh the grid alone, how can i avoid the page refreshing.
thanks,
mano.
i am using treeview and grid on my page . they are in two separate radpanes splitted by splitter.
when i click on the node, the grid has to be rebind based on the selected node.
but in my page whole page is refreshed.
i want to refresh the grid alone, how can i avoid the page refreshing.
thanks,
mano.
4 Answers, 1 is accepted
0
Princy
Top achievements
Rank 2
answered on 18 Nov 2008, 02:19 PM
Hello Mano,
You can use AjaxManager or AjaxPanel to avoid refreshing the whole page while rebinding or on postback.
Thanks
Princy.
You can use AjaxManager or AjaxPanel to avoid refreshing the whole page while rebinding or on postback.
Thanks
Princy.
0
cv
Top achievements
Rank 1
answered on 19 Nov 2008, 06:53 AM
Hi..
I have used ajax manager and ajax panel, but still i am facing the problem.
My page design is:
<radA:RadAjaxManager ID="RadAjaxManager1" ClientEvents-OnRequestStart="conditionalPostback" runat="server" >
<AjaxSettings>
<radA:AjaxSetting AjaxControlID="ManagerPanel">
<UpdatedControls>
<radA:AjaxUpdatedControl ControlID="lblSaveMessage" />
<radA:AjaxUpdatedControl ControlID="ManagerPanel" LoadingPanelID="ManagerLoadingPanel" />
</UpdatedControls>
</radA:AjaxSetting>
</AjaxSettings>
</radA:RadAjaxManager>
<radA:AjaxLoadingPanel HorizontalAlign="Center" ID="ManagerLoadingPanel" runat="server">
<asp:Image ID="imgload" runat="server" AlternateText="Loading..." ImageUrl="~/RadControls/Ajax/Skins/Default/Loading6.gif" />
</radA:AjaxLoadingPanel>
within the Managerpanel i have all the controls.
how it should be?
I have used ajax manager and ajax panel, but still i am facing the problem.
My page design is:
<radA:RadAjaxManager ID="RadAjaxManager1" ClientEvents-OnRequestStart="conditionalPostback" runat="server" >
<AjaxSettings>
<radA:AjaxSetting AjaxControlID="ManagerPanel">
<UpdatedControls>
<radA:AjaxUpdatedControl ControlID="lblSaveMessage" />
<radA:AjaxUpdatedControl ControlID="ManagerPanel" LoadingPanelID="ManagerLoadingPanel" />
</UpdatedControls>
</radA:AjaxSetting>
</AjaxSettings>
</radA:RadAjaxManager>
<radA:AjaxLoadingPanel HorizontalAlign="Center" ID="ManagerLoadingPanel" runat="server">
<asp:Image ID="imgload" runat="server" AlternateText="Loading..." ImageUrl="~/RadControls/Ajax/Skins/Default/Loading6.gif" />
</radA:AjaxLoadingPanel>
within the Managerpanel i have all the controls.
how it should be?
0
cv
Top achievements
Rank 1
answered on 25 Nov 2008, 10:21 AM
Hi princy,
still i am having the same problem.
how can i solve this?
still i am having the same problem.
how can i solve this?
0
Princy
Top achievements
Rank 2
answered on 26 Nov 2008, 10:51 AM
Hello Mano,
Check out the following online demo link which demonstrates on a similar scenario.
File Browser
Probably this may help you in achieving the required scenario.
Regards
Princy.
Check out the following online demo link which demonstrates on a similar scenario.
File Browser
Probably this may help you in achieving the required scenario.
Regards
Princy.