ITEM_EDIT_BEGINNING event can be used to block editing of a cell.

I have a DataGrid Footer example on my blog.

Alex Harui
Flex SDK Developer
Adobe Systems Inc.<http://www.adobe.com/>
Blog: http://blogs.adobe.com/aharui

From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf 
Of flexcoder2008
Sent: Friday, December 18, 2009 9:44 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Flex datagrid with Excel-like behaviour



In my application I am trying to create an Excel-type spreadsheet using a 
DataGrid. I need the ability to "lock" certain cells so that they are not 
editable. I need to be able to tab between editable cells (this is the default 
behaviour) when navigating between cells, but be able to skip over locked 
(non-editable) cells. This should work both with Tab and alt-Tab to go 
backwards.

As with a spreadsheet too - I need to be able to total columns.

I am particularly having trouble getting the tab key functionality working.

Has anyone else attempted something like this or can they point me in the 
direction of an existing component that may have this functionality?

Thanks

Reply via email to