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

[Solved] Design view problem!!

1 Answer 94 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Sucheta Patil
Top achievements
Rank 1
Sucheta Patil asked on 26 Feb 2010, 01:25 PM
Hello
I have used RADTabStrip and created few controls under tab 2, 3 and 4, except for the first tab which has just Instructions.
When I run the file on local machine it works well. When I try to run from client machine to server machine it shows few of the controls under first Tab. They should not be there.
Any help is appreciated.
I am using the following code,

<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" runat="server">  
  <asp:Panel ID="plForm" runat="server">  
    <telerik:RadAjaxLoadingPanel runat="server" ID="LoadingPanel1"    IsSticky="true" Style="position: absolute;  
            top: 0; left: 0; height: 100%; width: 100%;"> 
    </telerik:RadAjaxLoadingPanel> 
    <telerik:RadTabStrip ID="RadTabStrip1" SelectedIndex="0" runat="server" MultiPageID="RadMultiPage1">  
    <Tabs> 
    <telerik:RadTab Value="Intro" Text="Intro" runat="server" PageViewID="RadPageViewIntro">          </telerik:RadTab> 
    <telerik:RadTab Value="2" Text="Job" runat="server" PageViewID="RadPageViewJob"  Enabled="false">              </telerik:RadTab> 
    <telerik:RadTab Value="3" Text="Technical" runat="server" PageViewID="RadPageViewTechnical"  Enabled="false">        </telerik:RadTab> 
                                  
      </Tabs> 
      </telerik:RadTabStrip> 
  <telerik:RadMultiPage ID="RadMultiPage1" runat="server">  
      <telerik:RadPageView runat="server" Selected="true" ID="RadPageViewIntro">please do not include any salary / bank details or any other confidential information on these forms.        
      <asp:Button runat="server" ID="bnIntro" CausesValidation="false" Text="Next" OnClick="bnIntro_Click" /> 
      </telerik:RadPageView> 
 <telerik:RadPageView runat="server" ID="RadPageViewJob"><ol><li><asp:Label ID="lbJobTitle" runat="server" Text="Job Title:" AssociatedControlID="lstJobTitle"></asp:Label><telerik:RadComboBox ID="lstJobTitle" runat="server"  AppendDataBoundItems="true" 
                            DataTextField="Job_Title"><Items><telerik:RadComboBoxItem Text="Choose One..." Value="0" /></Items></telerik:RadComboBox><asp:RequiredFieldValidator ID="RequiredFieldValidator11" runat="server" InitialValue="Choose One..." 
                            ValidationGroup="Job" ControlToValidate="lstJobTitle" ErrorMessage="Please enter Job Title">*</asp:RequiredFieldValidator></li>                              
                            </ol></telerik:RadPageView> 
 
<telerik:RadPageView runat="server" ID="RadPageViewTechnical">  
                        <asp:UpdatePanel ID="UpdatePanel2" runat="server"><ContentTemplate><ol><li> 
                <asp:Label ID="lbApplications" runat="server" Text="Will they require non-standard applications?:" 
                            AssociatedControlID="btn_Applications" Height="32px" Width="300px"></asp:Label><asp:RadioButtonList ID="btn_Applications" runat="server" AutoPostBack="True" RepeatDirection="Horizontal" 
                            OnSelectedIndexChanged="btn_Applications_SelectedIndexChanged"><asp:ListItem Value="1">Yes</asp:ListItem><asp:ListItem Value="0" Selected="True">No</asp:ListItem></asp:RadioButtonList></li><li><asp:Label ID="lbReqApp" runat="server" Text="Please provide details(eg SDMS,Symmetry) if yes:" 
                            AssociatedControlID="txtReqApp"></asp:Label><telerik:RadTextBox ID="txtReqApp" Width="250px" MaxLength="50" Enabled="False" runat="server" ></telerik:RadTextBox><asp:RequiredFieldValidator ID="RequiredFieldValidator15" runat="server" ValidationGroup="Technical" 
                            Enabled="false" ControlToValidate="txtReqApp" ErrorMessage="Please enter non-standard applications details">*</asp:RequiredFieldValidator></li><li><asp:ValidationSummary runat="server" ID="validationSummary4" ValidationGroup="Technical" /><asp:Button runat="server" ValidationGroup="Technical" CausesValidation="true" ID="bnTechnical" 
                            Text="Next" OnClick="bnTechnical_Click" /></li></ol></ContentTemplate></asp:UpdatePanel></telerik:RadPageView> 
 
  </telerik:RadMultiPage> 
  </asp:Panel> 
 
<telerik:RadAjaxManager runat="server" EnablePageHeadUpdate="False">  
        <AjaxSettings> 
            <telerik:AjaxSetting AjaxControlID="student">  
                <UpdatedControls> 
                    <telerik:AjaxUpdatedControl LoadingPanelID="LoadingPanel1" ControlID="lstSchool" /> 
                    <telerik:AjaxUpdatedControl LoadingPanelID="LoadingPanel1" ControlID="lstJobTitle" /> 
                    <telerik:AjaxUpdatedControl LoadingPanelID="LoadingPanel1" ControlID="lstCostCentre" /> 
                    <telerik:AjaxUpdatedControl LoadingPanelID="LoadingPanel1" ControlID="lstCompletedBy" /> 
                </UpdatedControls> 
            </telerik:AjaxSetting> 
  </AjaxSettings> 
</telerik:RadAjaxManager> 
</asp:Content> 


1 Answer, 1 is accepted

Sort by
0
Dimitar Milushev
Telerik team
answered on 02 Mar 2010, 09:31 AM
Hello Sucheta Patil,

Can you please provide some more details about the case - what browser are you using? Which controls are shown under the first tab?

It would be great if you can open a support ticket and send us a sample project or a URL for the live page that we can test locally as this could be a CSS styling issue and seeing the entire page would greatly aid us in providing a solution.

All the best,
Dimitar Milushev
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
General Discussions
Asked by
Sucheta Patil
Top achievements
Rank 1
Answers by
Dimitar Milushev
Telerik team
Share this question
or