JLynch7 / SlickGrid

A lightning fast JavaScript grid/spreadsheet

Home Page:https://github.com/jlynch7/SlickGrid/wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rowsCache[activeRow] is undefined

cflocation opened this issue · comments

I am getting this error when using the cell editors. It only happens after I enter the edit state on a row in a cell then scroll down to select a different row. You must scroll off the current screen of rows to get the error message.

This also happens on the example @ http://jlynch7.github.com/SlickGrid/examples/example-frozen-columns.html

Here is the full firebug error

TypeError: rowsCache[activeRow] is undefined
[Break On This Error]

rowsCache[activeRow].rowNode.removeClass("active");

Any help would be appreciated.

Thanks

I'm not able to reproduce this. Can you provide more detail?