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
345
How to validate grid column for email address
posted

Hi ,

In my application i have taken  infragistic grid having column Email.

I have to validate email column so that user should not be able to enter junk value and could enter value related to email expression.

Please help me for the same.

Thanks,

Poonam

Parents
No Data
Reply
  • 16310
    Offline posted

    Hello Poonam,

    You can use an asp validator to implement user input validation - please refer to our online video demonstrating how this can be achieved - https://www.youtube.com/watch?v=bkmGNG9ViDQ

    It is also possible to handle the client side RowUpdating event of the grid and do the validation in javascript. Therefore if an invalid data is submitted the event could be canceled and the user will enter new value.

    Please let me know if you need further assistance implementing this scenario.

Children