This shows how navigatable doesn’t work when the user navigates using the right arrow key…
Run the fiddle – then select the first column of the second row. Hit your right arrow key two times… the grid doesn’t scroll to the right to show the City column as it should:
Check it out: http://jsfiddle.net/NqSuS/22/I tried using e.item.scrollIntoView(); in http://jsfiddle.net/ElanHasson/DtbNC/ but you still have to press spacebar to select it.
Any ideas?