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

width for input

1 Answer 48 Views
Visual Style Builder
This is a migrated thread and some comments may be shown as answers.
Thomas Gross
Top achievements
Rank 1
Thomas Gross asked on 17 May 2010, 04:00 PM
1. question
i want to create a custom skin for a input control (RedTextBox).
i can change the width for a Label in the box. then i click the save button und jump to Textbox. when i jump back to the Lable the value is the old one an not the new i entered before.
Why can't i change this property?

2. question
i want to use the RedTextBox controls with a custom skin and with labels to generate a form for user-input.
the lable shout be left and the input field right. the label fields and the input fields should look like a table with 2 columns.
do you have any examples. (same width for label and input box)

 

<telerik:RadTextBox ID="RadDateInput1" runat="server" EnableEmbeddedSkins="False" Skin="input_calculator" Label="inputbox wiht large lable:" EnableEmbeddedBaseStylesheet="false">

 

 

</telerik:RadTextBox>

 

<

 

br />

 

 

 

<telerik:RadTextBox ID="RadDateInput2" runat="server" EnableEmbeddedSkins="False" Skin="input_calculator" Label="Name:" EnableEmbeddedBaseStylesheet="false">

 

 

 

 

 

</telerik:RadTextBox>

 

 

 

thanks for help
thomas

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 17 May 2010, 04:12 PM
Hi Thomas Gross,

For question (2), please refer to

http://www.telerik.com/community/forums/aspnet-ajax/input/radtextbox-width-not-respected-if-label-is-set.aspx#1122876

I am not sure I understand what you want to say in (1). Generally, you can't set width to the RadTextBox Label directly.

Sincerely yours,
Dimo
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
Visual Style Builder
Asked by
Thomas Gross
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or