'this._fake.editor' is null or not an object

Hi
Please Help me to solve the below issue.
I am getting below error, while edit the cell which is half visible.
‘this._fake.editor’ is null or not an object

Thank You

Hi All
Any solution for above issue…

Unfortunately issue can’t be reconstructed locally.

If issue still occurs for you - please provide any kind of sample or demo link where it can be reconstructed.

While i m clicking in the partially visible cell i am getting js error.
so i want to call editStop() or something like that to stop calling edit().
so that i can recover from js error.

Error: ‘this._fake.editor’ is null or not an object
Error: ‘this.list.parentNode’ is null or not an object

The same scenario works correctly locally. We can’t reconstruct sitation with error locally.

If issue still occurs for you - please provide any kind of sample or demo link where it can be reconstructed.

Is there is any method to check, a cell is partially visible or totally visible…

Thank You

There is no way to check it ( except of complex math ) , but you can call

grid.selectCell(row_index, cell_index, false, true)

which will select cell and will adjust scrollbars to make the cell visible