Trying to access the cell value in mouseup event. but couldnot
onMouseUp(e: any) {
if (document.querySelector('.e-inputbox')) {
var ins = (document.querySelector('.e-inputbox').closest('.e-grid') as any).ej2_instances[0];
ins.saveCell();
}
}

Also cannot update the syncfusion grids version to later than 17.1.40 due to license issue
Any help or leads for this would be very helpful