Hi,
I want to show my loading panel gif in the centre of the page.When this panel shown all the other controls in that page become disappear and after that all the controls will visible.
How can i do this?
Give me a suggestion and send some codings example.......
Thanks,
Regards,
Giri
3 Answers, 1 is accepted
0
Maria Ilieva
Telerik team
answered on 20 Nov 2008, 01:49 PM
Hello Giri,
Please review the following help topic which elaborates on placing LoadingPanel on the screen center. Also in order to hide all the controls on the page you could set "Transparency" property of the LoadingPanel to "0". You could refer to this online example for more information.
Regards,
Maria Ilieva
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Hi,
I got this loadingpanel on my centre of the page using that script but the controls are always visible even when this panel loading .I set the transperancy property to zero for the loading panel but no use to set this still all of my controls are visible.I set the backcolor of loading panel and controls to be same but still all the controls are clearly visible when the loadingpanel is loaded.
Is there any script to do this?
How can i do this give me the brief explanation?
0
Maria Ilieva
Telerik team
answered on 21 Nov 2008, 12:08 PM
Hello Giri,
The required functionality could be achieved by setting "Transparency" property to "0" and also "IsSticky" property to "false". However in order to have the Loading panel on the center of the screen you nee to have the IsSticky property enabled.
If the idea for this functionality is to hide the controls on the page in order to prevent their usage you could suggest disabling the controls during AjaxRequest. Please review the following help topic which elaborates on this matter.
All the best,
Maria Ilieva
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.