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

RadGrid cause validation issue

1 Answer 50 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Jugoslav
Top achievements
Rank 1
Jugoslav asked on 12 Oct 2015, 07:46 AM

 

<asp:Panel runat="server" ID="panelAddUser" class="panel panel-primary">
      <div class="panel-heading">New User</div>
      <div class="panel-body">
        <div class="row">
        <div class="col-xs-4">
            <asp:TextBox runat="server" ID="txtUsername" CssClass="form-control input-lg" placeholder="Username" MaxLength="32" required="required" ValidationGroup="FormValidate" />
        </div>
        <div class="col-xs-4">
            <asp:TextBox runat="server" ID="txtPassword" CssClass="form-control input-lg" placeholder="Password" TextMode="Password" MaxLength="32" required="required" ValidationGroup="FormValidate" />
        </div>
        <div class="col-xs-4">
            <asp:TextBox runat="server" ID="txtConfirmPassword" CssClass="form-control input-lg" placeholder="Confirm Password" TextMode="Password" MaxLength="32" required="required" ValidationGroup="FormValidate" />
        </div>
        </div><!-- /.row -->
</div>
</div>
</asp:Panel>

 I have this panel and then below it i have another panel containing RadGrid control :)

When i click e.g. Edit or Delete imagebuttons in the Grid, i get the HTML5 validation errors from the panel panelAddUser. 

I tried CauseValidation but it didn't help at all (i kept getting those errors). 

Thank you

 

 

 

1 Answer, 1 is accepted

Sort by
0
Maria Ilieva
Telerik team
answered on 12 Oct 2015, 03:15 PM
Hi Jugoslav,

Can you please share the whole page markup as well as the related code behind and provide more details on  the HTML5 error you are getting when the editing in RadGrid is performed? Thus we will be able to revise your code locally and advise you further.

Regards,
Maria Ilieva
Telerik
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 Feedback Portal and vote to affect the priority of the items
Tags
Grid
Asked by
Jugoslav
Top achievements
Rank 1
Answers by
Maria Ilieva
Telerik team
Share this question
or