Error validation put cell in Edit Mode

Tags: #<Tag:0x00007f8b18e4c398>

We are using this as an example here, where in if the validation fails on a particular cell, the cell is is set to Edit mode, so that the user is forced to either correct the data or press ESC and restore the old data.
We would like to give a popup message to the user to notify of the correct format of data and when the user clicks ok, the cell should go in Edit Mode.

We are able to put the cell in edit mode but if we give the error message, on click of OK , the cell is not getting into edit mode.

Hey @dsdeepak02

I see that you already got a couple of answers on StackOverflow and I would agree with the use of afterSelectionEnd.