Hi,

Try to extend the Advanced Data Gid.. In that you can listen to the Item
focus event and store the row Index and Column index .. After that try to
override the Keyboard listener. In that check the key code. If your key code
is equal to the expected key then dispatch a new DataGrid Event
(ITEM_EDIT_BEGINNING) with row index +1 , if you want to move to the next
row. Similarly column index +1 for the next column and so on.

Hope this might helps.

Regards,
Jitendra Jain

On Thu, Nov 25, 2010 at 7:15 PM, BBC <[email protected]> wrote:

> Hi,
>
> i am using AdvanceDatagrid. After editing any cell, when press
> downKey
> the editable cell convert to non-editable and Focus transfer just
> below cell and When press Up key from keyboard then again editable for
> above cell.How to add keyboard accessibility on AdvanceDatagrid(Just
> like MS Excel cell behavior)?
>
> Thanks
> Bambam
>
> --
> You received this message because you are subscribed to the Google Groups
> "Flex India Community" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected]<flex_india%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/flex_india?hl=en.
>
>


-- 
Thanks and Regards,
JJain,

   If you have knowledge, let others light their candles in it --Margaret
Fuller:

-- 
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en.

Reply via email to