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

Show loading panel on dropdown having clientside event for processing.

1 Answer 60 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Hrushikesh Mokashi
Top achievements
Rank 1
Hrushikesh Mokashi asked on 28 Aug 2008, 10:42 AM
Hi all,

I use dropdown and grid.

I have attach client side event to dropdown.

From javascript function i am checking the condition and called pageload event by ' _doPostBack' method. to process serverside coding to fill the grid acoording to dropdown value.

I have added Ajaxsetting for button to show loading panel on grid
but it not showing me loading panel.

   <telerik:AjaxSetting AjaxControlID="DropDown1">
              <updatedcontrols>
                  <telerik:AjaxUpdatedControl ControlID="RadGrid1" />
              </updatedcontrols>
          </telerik:AjaxSetting>


How can i show the loading panel.?

          

1 Answer, 1 is accepted

Sort by
0
Sebastian
Telerik team
answered on 28 Aug 2008, 03:39 PM
Hi Hrushikesh,

I suppose that this online demo using RadComboBox, RadGrid and RadAjaxManager can help you attain the functionality you are searching for. Of course, you can replace our combobox with standard MS DropDownList if you prefer.

Regards,
Stephen
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
General Discussions
Asked by
Hrushikesh Mokashi
Top achievements
Rank 1
Answers by
Sebastian
Telerik team
Share this question
or