File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
controls/wizard/functionality Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ Please find below a little demonstration on how to make a text field within a st
4040 ValidationGroup="firstValidationGroup">
4141 <asp:TextBox ID="TextBox1" runat="server" ValidationGroup="firstValidationGroup"></asp:TextBox>
4242 <asp:RequiredFieldValidator runat="server" ID="RequiredFieldValidator1" ValidationGroup="firstValidationGroup"
43- ControlToValidate="TextBox2 " EnableClientScript="true" ErrorMessage="step 1 not filled up">
43+ ControlToValidate="TextBox1 " EnableClientScript="true" ErrorMessage="step 1 not filled up">
4444 </asp:RequiredFieldValidator>
4545 </telerik:RadWizardStep>
4646 <telerik:RadWizardStep Title="Second Step" ID="RadWizardStep2" runat="server" StepType="Step"
You can’t perform that action at this time.
0 commit comments