Thanks! This is a great start, however the itemContents should be populated with additional data from my xml file. If user clicks on a cell with content of 'A'. Then I need to display additional info from my xml file that relates to content 'A'.
Also, the example only displays info when clicked within cells of the first column. My datagrid has several more columns.
Main Topics
Browse All Topics





by: Fuzzy_Logic_Posted on 2009-04-07 at 09:34:01ID: 24089134
Using Adobes Datagrid example at http://livedocs.adobe.com/ flex/3/lan gref/mx/co ntrols/ Dat aGrid.html
add the code snippet below beneath the <mx:Application....> tag.
Add initialize="init()" to the <mx:Application.... >
Select allOpen in new window