Dear Telerik,
I reviewed the help page and came to know the advantage of RadInputManager. I would like to know one information that whether it is possible to apply RadInputManager to all type of validator controls like required,compared etc ?. I have the below kind of validator code in my application;
So how can we apply the above code with RadInputManager;
I also would like to know, if i am having 10 text boxes and two dropdowns in my EditFormTemplate. Is there any possibility to apply RadInputManger with dropdown? and also can we use one RadInputManager settings to all textboxes in EditFormTemplate? as i demonstrated below;
I came over all help topics related to RadInputManager, but no one gave adequate information related to above mentioned scenarios. So please do the favourable to know the ideas.
Regards,
Chandran
I reviewed the help page and came to know the advantage of RadInputManager. I would like to know one information that whether it is possible to apply RadInputManager to all type of validator controls like required,compared etc ?. I have the below kind of validator code in my application;
<asp:textbox id="txtWidth" tabIndex="5" runat="server" title="(float)" MaxLength="7" Columns="6"></asp:textbox><asp:requiredfieldvalidator id="rqux" Runat="server" Width="100%" InitialValue="" ErrorMessage=":: Required 'Width' missing or invalid." |
Display="Dynamic" ControlToValidate="txtWidth"> <span class="warning">*</span></asp:requiredfieldvalidator><asp:regularexpressionvalidator id="rgux" Runat="server" Width="100%" ErrorMessage=":: Required 'Width' invalid (format: '0-9999.99')." |
Display="Static" ControlToValidate="txtWidth" ValidationExpression="^\d{1,4}(\.\d{1,2})?$"> *</asp:regularexpressionvalidator> |
I also would like to know, if i am having 10 text boxes and two dropdowns in my EditFormTemplate. Is there any possibility to apply RadInputManger with dropdown? and also can we use one RadInputManager settings to all textboxes in EditFormTemplate? as i demonstrated below;
<telerik:RadInputManager ID="RadInputManager1" runat="server" Skin="Office2007"> |
<telerik:TextBoxSetting BehaviorID="TextBoxBehavior1" InitializeOnClient="false"> |
<TargetControls> |
<telerik:TargetInput ControlID="txt1" /> |
</TargetControls> |
<TargetControls> |
<telerik:TargetInput ControlID="txt2" /> |
</TargetControls> |
<TargetControls> |
<telerik:TargetInput ControlID="txt3" /> |
</TargetControls> |
</telerik:TextBoxSetting> |
I came over all help topics related to RadInputManager, but no one gave adequate information related to above mentioned scenarios. So please do the favourable to know the ideas.
Regards,
Chandran