I want to validate an IP address in a cell and provide an input format. How to do that? Please give an example. Thanks.
Hi LUIS LEDESMA,
Thank you for posting in our forums!
Your solution is the recommended and simplest solution for handling custom validation inside the igGrid. You need to set up a column setting for the Updating feature for the column's editor. Handling the checkValue event will fire your validate function to perform the validation on the user's input.
If you have any further questions or concerns with this, please let me know.
I found the solution but, is there an easier way?
My solution (simplified):