Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1803
how to prevent adding a new row -when not valid ?
posted

hi all,

 i am using the template fixed addonrow at top ....... the problem is whenever user input partial data ..the row gets added to the existing collections ... i want to prevent this plz help out .. Smile

Parents
  • 469350
    Verified Answer
    Offline posted

    Hi,

        I recommend using the BeforeRowUpdate event to validate the row and make sure all the neccesary fields are filled in. If they are not, you can set e.Cancel to true to cancel the update.  

Reply Children