I have started using ag-grid in my react project, and was unable to find any API's for performing in-line cell validations i.e. whenever user edits a particular cell, the requirement is to perform a required field and pattern validation. In case of any validation errors, the corresponding editable field should get highlighted and an error message needs to be displayed.
I have used the following cell events to fulfill the above purpose, but none of them provided me the desired result.
cellEditingStarted
cellEditingStopped