I have an editable grid and for a particular column / field I have to implement validation. For example lets say I have a grid with 2 columns. Want to validate the symbol once enter a symbol and its quantity.
For validation there will be a service call and the response will have an indicator and based on that Will set the background of Invalid symbol to RED.
How can I send AJAX request and mark invalid symbol with Border color red / bgcolor red
Thanks in advance!!