http://webix.com/snippet/6e27c3ab in case of empty gridsuggest (if anyhow grid does not contain data), pressing “down” key creates exception of undefined id. as far as I see, the problem is in _navigate method (debug version). there is checking of !selected && list.count
, which up to me should be !selected && list.count()
Thank you for reporting the issue!