After RequiredFieldValidation fire, Cancel Event of Gridview is not working

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • baseer24
    New Member
    • Mar 2017
    • 1

    After RequiredFieldValidation fire, Cancel Event of Gridview is not working

    Hi,

    After RequiredFieldVa lidation fire the cancel button of Gridview is not Working I have attached the jpeg file

    [imgnothumb]https://bytes.com/attachments/attachment/9103d1490423659/cancel.jpg[/imgnothumb]

    thanks
    Attached Files
    Last edited by Frinavale; Mar 28 '17, 01:13 PM.
  • techie700
    New Member
    • Nov 2018
    • 10

    #2
    Hi Baseer24,
    Your code issue is Validation Group.
    you need to add your RequiredField Validation in one Group and same Group Id set to Update button.

    Visit this link for understanding Required validation with GROUP.

    Comment

    Working...