I'm looking to: "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 (throw, as you say, by the item editor)."
So I would like to know when the user scrolls through a datagrid (preferably an ADG) using the arrow keys. I do NOT want the data to be editable. The itemFocusIn event does not fire, and the change event does not produce acceptable results. I think the answer to the question, is "No this is NOT possible out of the box. You have to write a renderer that implements IFocusManager and use the itemFocusIn event" Thanks Dominic --- In [email protected], "Alex Harui" <[EMAIL PROTECTED]> wrote: > > I'm not clear what you want. You want arrow keys and pageup/dn to > navigate to various cells and then edit those cells? > > >

