getting [object object] in the cell when try to save empty string from grid

Trying to access the cell value in mouseup event. but couldnot
  onMouseUp(eany) {
    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


1 Reply 1 reply marked as answer

MS Manivel Sellamuthu Syncfusion Team January 25, 2021 07:18 AM UTC

Hi Leela, 

Greetings from Syncfusion support. 

We would like to inform you that the reported issue has been already fixed and included in the version 18.1.43. So we suggest you to update the Syncfusion packages to the latest version. 


We would like to inform you that updating to the latest version will not lead into any licensing issues. If you have faced any issues, please get back to us with the issue details for further assistance. 

Regards, 
Manivel 


Marked as answer
Loader.
Up arrow icon