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

Problem in dotnetnuke5.5.1 with radtabstrip ,radajaxmanager

3 Answers 29 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Shamsher
Top achievements
Rank 1
Shamsher asked on 27 Jul 2011, 10:43 AM
hi  Expert i m shamsher Ali

i m using dnn.5.5.1 and bind radtabstrip by database and handling server side click event and using radajax manager but click event working only first time and when second time i clicked its not clickable.
 and i m using another module  on the same page having radajaxmanagerproxy but here also when i click on the button first time clickable but second time not clickable.
also with radajaxmanager when we go go next tab  facebook plugin like sent etc button not display.
on tab click event i want to display different data based on the conditions
3 days i have spend on this.but not got a solutions till now please help.

where i did a mistake
my code is



<telerik:RadAjaxManager ID="rjmUserDeal" runat="server" EnableAJAX="true">
    <ajaxsettings>
        <telerik:AjaxSetting AjaxControlID="rtsUserDeal">
            <UpdatedControls>
                <telerik:AjaxUpdatedControl ControlID="pnlDealbeforetipped" />
                <telerik:AjaxUpdatedControl ControlID="rtsUserDeal"  LoadingPanelID="RadAjaxLoadingPanel1"/>
                <telerik:AjaxUpdatedControl ControlID="pnlLogin" />
                <telerik:AjaxUpdatedControl ControlID="pnlCampaignMap" />
                <telerik:AjaxUpdatedControl ControlID="pnlGProperty" />
            </UpdatedControls>
        </telerik:AjaxSetting>
        <telerik:AjaxSetting AjaxControlID="btnlogin">
            <UpdatedControls>
                <telerik:AjaxUpdatedControl ControlID="pnlDealbeforetipped" LoadingPanelID="RadAjaxLoadingPanel1" />
            </UpdatedControls>
        </telerik:AjaxSetting>
        <telerik:AjaxSetting AjaxControlID="btnRegistered">
            <UpdatedControls>
                <telerik:AjaxUpdatedControl ControlID="pnlDealbeforetipped" LoadingPanelID="RadAjaxLoadingPanel1" />
            </UpdatedControls>
        </telerik:AjaxSetting>
        <telerik:AjaxSetting AjaxControlID="ibtnJoinGroup">
            <UpdatedControls>
                <telerik:AjaxUpdatedControl ControlID="pnlDealbeforetipped" LoadingPanelID="RadAjaxLoadingPanel1" />
            </UpdatedControls>
        </telerik:AjaxSetting>
        <telerik:AjaxSetting AjaxControlID="dlCity">
            <UpdatedControls>
                <telerik:AjaxUpdatedControl ControlID="pnlDealbeforetipped" LoadingPanelID="RadAjaxLoadingPanel1" />
            </UpdatedControls>
        </telerik:AjaxSetting>
    </ajaxsettings>
</telerik:RadAjaxManager>
<telerik:RadAjaxLoadingPanel runat="server" ID="RadAjaxLoadingPanel1" Skin="Hay"
    HorizontalAlign="Center">
</telerik:RadAjaxLoadingPanel>
and other user controls

<telerik:RadAjaxManagerProxy ID="rjmsubscribe" runat="server">
    <AjaxSettings>
        <telerik:AjaxSetting AjaxControlID="btnJoinNow" EventName="Click">
            <UpdatedControls>
                <telerik:AjaxUpdatedControl ControlID="pnlSubscribe" LoadingPanelID="RadAjaxLoadingPanel1" />
                 <telerik:AjaxUpdatedControl ControlID="btnJoinNow" />
               <%-- <telerik:AjaxUpdatedControl ControlID="rtbPhoneNo" />
                <telerik:AjaxUpdatedControl ControlID="rcbCity" />
                <telerik:AjaxUpdatedControl ControlID="rtbEmailId" />
            
            </UpdatedControls>
        </telerik:AjaxSetting>
    </AjaxSettings>
</telerik:RadAjaxManagerProxy>


and when i use


protected void Page_Init(object sender, EventArgs e)
        //{


        //    RadAjaxManager manager = RadAjaxManager.GetCurrent(Page);
        //    if (manager == null)
        //    {
        //        manager = new RadAjaxManager();
        //        manager.ID = "RadAjaxManager1";
        //        Page.Form.Controls.Add(manager);
        //    }
        //}

then i got the error

only one instance of radajaxmanager can be used



please help

3 Answers, 1 is accepted

Sort by
0
Accepted
Peter
Telerik team
answered on 29 Jul 2011, 12:47 PM
Hello Shamsher,

Please, follow the recommendations from this help topic -
http://www.telerik.com/help/aspnet-ajax/ajax-ajaxmanagerproxy.html


All the best, Peter
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

0
Shamsher
Top achievements
Rank 1
answered on 29 Jul 2011, 05:32 PM
hi expert i can not able to understand  what are the url u sent me ias i mention please send me sample code. since radtabstrip bind from database  without radajaxmanager tab is clickable but with radajaxmanager first time is clickable second time when i click on previous tab it is not clickable.and also on the page no click event is working.also i want to refresh other module on the page.
please reply  as soon as possible

 
 
           
0
Peter
Telerik team
answered on 02 Aug 2011, 03:13 PM
Hello Shamsher,

We cannot replicate the problem locally. We will continue testing and follow up if we find something of interest.

Apologies for the caused inconvenience.

All the best,
Peter
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
TabStrip
Asked by
Shamsher
Top achievements
Rank 1
Answers by
Peter
Telerik team
Shamsher
Top achievements
Rank 1
Share this question
or