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)
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