Posted 18 November 2019, 12:10 pm EST
Hi,
I am from Pearson team and we had raised following query previously
https://www.grapecity.com/forums/spread-winforms/default-alignment-of-cell-
We are currently using SpreadJS version 12.2.5
Now my question is as described below.
I have a keyDown event on the spreadsheet cell.
Is there a way that after each keydown I can get cell’s text?
Currently I can get cell text using following code, but that updates only when we change the cell focus.
var cell = this.sheet.getCell(this.sheet.getActiveRowIndex(), this.sheet.getActiveColumnIndex());
cell.text()
Now is there a way so that we can get an event on text change or we can call some function so that cell text is saved and we can retrieve it on text change?
Thanks,
Tushar
