Groups | Blog | Home
all groups > flash actionscript > september 2005 >

flash actionscript : Data in DataGrid doesnt show..



James Fee
9/6/2005 5:05:13 PM
First, are you running 7.2? Macromedia fixed several flaws with their V2
components in 7.2 (several still remain).

--
Jim Fee
Viking Electronic Services
jfee (at) vikinges (dot) com


[quoted text, click to view]

Danneman
9/6/2005 8:09:26 PM
Im loading an xml-file into a datagrid.

This populates the datagrid with the data, but the content of the cells arent
visible.

The reason I know they are populated is that when pressing an editable cell
the data of that cell will appear (and disappear when I exit that cell).

This of course is a very odd behaviour, and Im guessing its a bug within
flash. Am I correct? Hope not :)
Danneman
9/7/2005 5:47:37 AM
Yep, 7.2 :)

sarova
9/9/2005 12:00:00 AM
For what it's worth I found that this command prevents the rows in my datagrid
from appearing until something is selected or sorted or whatever ...

myGrid.hScrollPolicy = "auto";

Take the command out and loaded grid shows up fine. Put command in and
datagrid looks like it's empty!
AddThis Social Bookmark Button