Hi,
I have quite an intensive database query returning a dataset to a radGrid in the needdatasource. Depending on what the user selects it could take some time. Rather than have the previous page continue to try and load and the finally display the page i would like to display the page and have a loading panel inside the radgrid to symbolize its still loading data from the back end.
I have tried many solutions found on this site but with no luck.
Using the ajaxmanager and making a call to the code behind doesn't display the loading panel for long enough it just appears then disappears instantly (setting a minimum time shows it for longer but this wont disappear when the datas loaded).
Also, the below doesn't seem to do as i need it still just waits for ages between loading the page.
Help!
Thanks,
Michael
I have quite an intensive database query returning a dataset to a radGrid in the needdatasource. Depending on what the user selects it could take some time. Rather than have the previous page continue to try and load and the finally display the page i would like to display the page and have a loading panel inside the radgrid to symbolize its still loading data from the back end.
I have tried many solutions found on this site but with no luck.
Using the ajaxmanager and making a call to the code behind doesn't display the loading panel for long enough it just appears then disappears instantly (setting a minimum time shows it for longer but this wont disappear when the datas loaded).
Also, the below doesn't seem to do as i need it still just waits for ages between loading the page.
<
telerik:RadAjaxManager
ID
=
"RadAjaxManager"
runat
=
"server"
>
<
AjaxSettings
>
<
telerik:AjaxSetting
AjaxControlID
=
"rgComparison"
>
<
UpdatedControls
>
<
telerik:AjaxUpdatedControl
ControlID
=
"rgComparison"
LoadingPanelID
=
"RadAjaxLoadingPanel1"
/>
</
UpdatedControls
>
</
telerik:AjaxSetting
>
</
AjaxSettings
>
</
telerik:RadAjaxManager
>
<
telerik:RadAjaxLoadingPanel
ID
=
"RadAjaxLoadingPanel1"
runat
=
"server"
/>
Help!
Thanks,
Michael