I have find out solution, Only changed the selection mode to single cell.
<mx:AdvancedDataGrid width="60%" height="60%" editable="false"
dataProvider="{someData}"
selectionMode="singleCell"
allowMultipleSelection="true"
>
<mx:columns>
<mx:AdvancedDataGridColumn dataField="Interval"/>
<mx:AdvancedDataGridColumn dataField="Value"/>
<mx:AdvancedDataGridColumn dataField="Index"/>
</mx:columns>
</mx:AdvancedDataGrid>
Thanks
Bambam
---------- Forwarded message ----------
From: BBC <[email protected]>
Date: Thu, Nov 25, 2010 at 12:29 PM
Subject: [flex_india:32119] Fwd: Keyboard navigation on Advanced Datagrid
To: [email protected]
Hi,
I want to implement an Excel like keyboard (arrow) navigation in an
Advanced Datagrid in Flex. The docu at
http://livedocs.adobe.com/flex/3/html/help.html?content=advdatagrid%5F11.html
states that arrow keys can be used to navigate around cells. I can
only navigate rows up and down.
How can implement Possible.
Thanks
Bambam Choudhary
---------- Forwarded message ----------
From: Munib Shaikh <[email protected]>
Date: Dec 2 2008, 4:10 pm
Subject: Keyboard navigation on Advanced Datagrid
To: Flex India Community
Hi,
I am also looking for same kind of they functionality in my project.
Also cell should be in editable mode when user press F2. Please let me
know if somebody already implement same kind of functionality.
Regards,
Munib
On Nov 16, 7:27 pm, sheetal <[email protected]> wrote:
> Hi,
> I want tonavigatethe ADG with arrow keys(up-down and left-right).
> From what i have read(http://livedocs.adobe.com/flex/3/html/help.html?
> content=advdatagrid_11.html)
> Adg has built in support for keyboard navigation.But i have realized
> this will only move the selection,but what i want is the focus in
thatcell(as observed in excel).The grid is editable.
> Pls give me some ideas on the same.
--
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.
--
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.