Hello Nikolay,
We currently have enough information to carry on, the example from Martin was very claryfying.
Thanks for checking!
Cheers
Hi Daniel,
I'm just checking if you need any further assistance with the matter.
Hello Daniel,
igValidator can do that. First you need to initialize igValidator on TR element of the grid. Then you need to bind to igValidator.checkValue event to do custom validation. In igValidator.checkValue handler you'll check your Json errors and will use ui.message to set the message to the user. The handler should return false if there are errors or true if there aren't. At the end you need to call igValidator.validate method in order to fire igValidator.checkValue event.
I've attached a sample which demonstrates this solution.
Best regards,
Martin Pavlov
Infragistics, Inc.
Lets assume I have the MVC errors converted into a JSON that I could process with JavasCript.
My intention was to able to show error messages related with grid rows as in the following mock (Some alert icon next to the row and a tooltip with the error description):
Hello svejk,
Such functionality is not available out of the box. However, if you provide me with a sample, demonstrating your scenario, I could see if this can be implemented.