[flexcoders] Flex programming issue

2013-03-01 Thread devchetu
I am developing flex based application struck in mid of project. I need professional help. I had one data grid in which one column I used item render for date field, but I do not have any idea how to make date field editable. For this i used editable = true but it doesn't work. i am looking

Re: [flexcoders] Flex programming issue

2013-03-01 Thread Jake Churchill
There's an itemRenderer and itemEditor. If you want to use the same, you say editable=true and there's another property rendererIsEditor=true (or might be editorIsRenderer - I always get it mixed up) Try that. -Jake On Fri, Mar 1, 2013 at 4:41 AM, devchetu devch...@yahoo.com wrote: ** I

Re: [flexcoders] Flex programming issue

2013-03-01 Thread Tunde Majolagbe
Hello, I hope you find this useful :                              mx:columns           mx:DataGridColumn headerText=@   width=20 rendererIsEditor=true                    mx:itemRenderer               mx:Component                  mx:HBox horizontalAlign=center