Here is the syntax:
textfiled.text = datagrid.selectedItem.columnNameData
or
<mx:TextInput id="desc_txt" width="250" text="{datagrid.selectedItem.columnNameData}"/>
Hope this helps.
Regards,
Vaishali.
On 4/11/06, Ryan Pieszak <[EMAIL PROTECTED]> wrote:
Very simple question...
Have a dataGrid with three columns, one visible.
When the user clicks on an item, it should populate two textInputs with
the values of the two hidden columns in the row they clicked.
Can somebody help with the syntax?
Thanks.
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
SPONSORED LINKS
Web site design development Computer software development Software design and development Macromedia flex Software development best practice
YAHOO! GROUPS LINKS
- Visit your group "flexcoders" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
SPONSORED LINKS
| Web site design development | Computer software development | Software design and development |
| Macromedia flex | Software development best practice |
YAHOO! GROUPS LINKS
- Visit your group "flexcoders" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

