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

Loading panel on grid on tab click

1 Answer 76 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 02 Aug 2008, 08:37 AM
Hi All,

I am using radtabstrip,radajaxmanager,radajaxloadindpanel and each tab there is rad grid.

I want to set ajaxSetting of ajaxmanager form client side function .

Following function call on tabSelecting event or radtabstrip.
.

 function onTabSelecting(sender, args)
              { 
                  if (args.get_tab().get_pageViewID()) 
                 { 
               
                  
                    args.get_tab().set_postBack(true); 
                    
                  }
              }



<telerik:RadAjaxManager ID="radAjaxManager1" runat="server" EnableAJAX="true"
            DefaultLoadingPanelID="LoadingPnlCustom" >
                <ajaxsettings>
                     
                
                   
                   
                 
                  <telerik:AjaxSetting AjaxControlID="RadTabStrip1">
                        <updatedcontrols>
                            <telerik:AjaxUpdatedControl ControlID="RadMultipageView1"
                    LoadingPanelID="LoadingPnlCustom" /></updatedcontrols></telerik:AjaxSetting>
                   
                    <telerik:AjaxSetting AjaxControlID="RadMultipageView1">
                        <updatedcontrols>
                                                  
                            <telerik:AjaxUpdatedControl ControlID="RadTabStrip1"
                    LoadingPanelID="LoadingPnlCustom" /></updatedcontrols></telerik:AjaxSetting>

  </ajaxsettings>

< /telerik:RadAjaxManager >



Issues:
1>I want to show loading Panel on grid of pageview. But  this code show loading panel on pageview.
2>It Not Shows the loading panel on default pageview when load the page.
3>>How can i set the ajaxsetting from client side function.

                   
Thanking you

1 Answer, 1 is accepted

Sort by
0
Maria Ilieva
Telerik team
answered on 04 Aug 2008, 12:01 PM
Hi Hrushikesh Mokashi,
 
In order to show LoadiongPanel on particular control you could suggest showing it explicitly like it is described in the following help topic.
If you need to show the loading panel on the PageLoad please review the this article, which elaborates on this matter.

 Let us know if this helps.

Regards,
Maria Ilieva
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
Maria Ilieva
Telerik team
Share this question
or