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
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.
You can refer to my sample for a demonstration how the first validation scenario can be achieved. Please let me know if you have any further questions regarding this matter, I will be glad to help.