Hi, I have a Jewel DataGrid with an itemrenderer that supports editing and so far, so good. One click and I can edit exactly as I did in the past with Flex.
Now for the next step I want to be able to navigate (and enter edit mode) to the next right field when I press "tab" key and I want to be able to navigate down and enter edit mode when I press "enter" key. What's the way to manage and controls other elements (not data) from the datagrid or itemrenderer to be able to do this ? Regards, Hugo.