Hello,
I used jqxTreeGrid to build a grid. In one instance, I have a field that needs to be validated.
We added validation to the cell after user editing. It will therefore validate for accurate facts. Save the data if validation is successful; else, a cell with a red background will be displayed.
In this scenario, no events will be triggered when the user selects a row or clicks on any other field.
MY requirement is to have button to undo the cell changes. So when user click on undo button, I need to stop validating the cell and undo the updated cell value.
Can you please help me on how to stop the cell from validating upon button click.