Hello Elsa,
You could achieve the desired functionality by following one of the described approaches:
- Set up a variable that will hold if a request is currently in process which will help you stop pending requests
- Place the RadAjaxLoadingPanel across the hole page and this way it will not be possible to interact with controls during request
- Disable all controls on the during request and enable them in the end
I hope this information will prove helpful.
All the best,
Antonio Stoilkov
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their
blog feed now.