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

RadControl width in Container - BUG

1 Answer 47 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 08 Jul 2010, 10:03 AM
<telerik:RadMultiPage ID="RadMultiPage1" runat="server">   
            <telerik:RadPageView ID="RadPageViewIntro" runat="server" Selected="true">   
                 
<li><asp:Label ID="Label1" runat="server" Text="Due at(time) hours:" AssociatedControlID="lsthh"></asp:Label>   
           <telerik:RadComboBox ID="lsthh" runat="server" AppendDataBoundItems="True"    
                AutoPostBack="True" CausesValidation="False"  
                OnSelectedIndexChanged="lsthh_SelectedIndexChanged" Width="50px"    
                   MaxLength="50">   
                <Items><telerik:RadComboBoxItem Text="Choose One..." Value="0" Selected="True" />   
                <telerik:RadComboBoxItem runat="server" Text="to be allocated" Value="1" /><telerik:RadComboBoxItem runat="server" Text="shared" Value="2" /></Items></telerik:RadComboBox>   
                <asp:RequiredFieldValidator ID="RFV_lsthh" runat="server" ValidationGroup="Visitor" InitialValue="Choose One..." ControlToValidate="lsthh" ErrorMessage="Please enter time in hours of visit">*</asp:RequiredFieldValidator>   
              <b>:</b>     
                <telerik:RadComboBox ID="lstmm" runat="server" AppendDataBoundItems="True"    
                AutoPostBack="True" CausesValidation="False"    
                OnSelectedIndexChanged="lstmm_SelectedIndexChanged" Width="50px">   
                <Items><telerik:RadComboBoxItem Text="Choose One..." Value="0" Selected="True" />   
                <telerik:RadComboBoxItem runat="server" Text="to be allocated" Value="1" /><telerik:RadComboBoxItem runat="server" Text="shared" Value="2" /></Items></telerik:RadComboBox>   
                <asp:RequiredFieldValidator ID="RFV_lstmm" runat="server" ValidationGroup="Visitor" InitialValue="Choose One..." ControlToValidate="lstmm" ErrorMessage="Please enter time in minutes of visit">*</asp:RequiredFieldValidator></li>                   
            </li>      
                 
                    <li><asp:ValidationSummary ID="validationSummary1" runat="server" ValidationGroup="Visitor" />   
                    <asp:Button ID="bnVistors" runat="server" CausesValidation="true" OnClick="bnVisitors_Click"  
            Text="Next" ValidationGroup="Vistor" /></li></ol></telerik:RadPageView>        
The RadComboBox width does not work.I do not want dropdownwidth. I want to change the width.
I have set the width to 50px but it doesnt work.
I tried Radcombobox width property outside <asp:content> and it works fine but not within <asp:content>.
checked few other posts that say width property for RADComboBox doesnt work in container.
I have telerik version Q3 2009.Is it fixed for later version?
Also I want
hh:mm
dropdownlist side to each other. But I cant get it in <li> tag.#
Any help is appreciated.

1 Answer, 1 is accepted

Sort by
0
Kalina
Telerik team
answered on 09 Jul 2010, 12:11 PM
Hello Sucheta Patil,

Could you please follow this forum thread where your question has been already answered?
Thank you in advance.

Greetings,
Kalina
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
Kalina
Telerik team
Share this question
or