In my grid, I get this error when I set the navigable property true:
I guess that is happening because they are still no rows in the grid (they load with the API response) and it accesses the unregisterRow method for some reason.
The needsViewPort() is the only one condition, but it does not check if this.viewPort is undefined.
There is a way to condition the navigable property to wait the API response and then set it true?
Thanks.