Bueno... dándole vueltas al final encontré una solución q, al menos a mí me
a funcionado... buscando en San Google, por supuesto ;-) encontré a más
gente con el problema y parece q macromedia a dado alguna solución...

.....
I have a few cleaner solutions for you to try with the datagrid.

The sizing logic for the data grid is inaccurate with dimensions of the
datagrid when the datagrid is added to the stage dynamically resulting in
duplicate rows.

To work around this issue use one of the following lines:

<DataGrid Instance Name>.setSize(500, (<DataGrid Instance Name>.rowHeight *
DataGrid Instance Name>.rowCount)+<DataGrid Instance Name>.rowCount);

//or

<DataGrid Instance Name>.rowCount = (<DataGrid Instance Name>.height
-<DataGrid Instance Name>.headerHeight)/<DataGrid Instance Name>.rowHeight;
.....


Yo he puesto la segunda opción y me funcionó a la primera... espero q esto
le solucione a más de uno el problema.

Un saludete,
FREDDY

----------------------------------
Lista ASNativos:[email protected]
http://www.5dms.com/listas
----------------------------------

Responder a