I finally got around to trying this. It doesn't work.
Setting the column to editable=true and rendererIsEditor=true still does not fire the itemFocusIn event. The change event ALMOST allows me to track which cell is highlighted with keyboard navigation. However, if the user scrolls onto the header, the change event is not fired when the user scolls off the header. So, original question: I have an AdvancedDataGrid and I want track the user paging up, down, and across the grid with the arrow keys. I don't want the data to be editable, which means I cannot use the itemFocusIn event (thrown, as you say, by the item editor). Is there an easy way to do this without rewriting the item renderer? Thanks Dom

