There are about three dependencies you will need to modify/comment out, and it will run just fine. Tracy
-----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Jim Laing Sent: Monday, May 23, 2005 6:04 PM To: [email protected] Subject: Re: [flexcoders] Custom Datagrid (like Excel) Hey Beck, I've done exactly what you're looking for (plus a lot of other stuff you might not want), through digging into the DataGrid code and creating a subclass. I've posted the code, and it should provide you with a starting point, although I still haven't gotten around to creating a simple demo (blame it on schedule ...) Check out this message: http://groups.yahoo.com/group/flexcoders/message/14768 Jim On 5/23/05, Beck Novaes <[EMAIL PROTECTED]> wrote: > Hi People, > > I need to implement a DataGrid with the following requirements: > > - It should be possible to have ComboBox in his cells; > - It should be possible to use the keyboard (TAB) to jump from one > cell to another even though in one cell there is a ComboBox > - It should be possible to restrict data on individual cells > - It should be possible to validate data on individual cells > > In other worlds, this DataGrid should work much like an Excel Sheet. > The most important thing is the ability to enter the data just using > the keyboard. > > To implement something like this I need to dive into DataGrid. Does > anyone have some tips to save my time? Have you ever needed to > implement something like this? > > Thanks a lot! > > > > Yahoo! Groups Links > > > > > > > Yahoo! Groups Links Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

