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

Only show loading panel on certain controls

1 Answer 68 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Mooka
Top achievements
Rank 1
Mooka asked on 30 May 2011, 08:11 PM
I was wondering if there was a method to be able to only show the loading panel on certain controls. The scenario is I have multiple controls (textboxes, dropdownlists, grid, etc) that are ajaxified and only want to show the loading panel on certain controls (e.g. Grid). The reason is having the loading panels on all controls looks odd when there are several controls scattered about a page.

Thanks,

John

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 31 May 2011, 07:42 AM
Hello Mooka,

You can call loading panel explicitly, by calling the Show method from client-side. This allows you to conditionally display loading panel over updated control.
Show and hide RadAjaxLoadingPanel explicitly.

Hope it helps.

Thanks,
Shinu.
Tags
Ajax
Asked by
Mooka
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or