PDA

View Full Version : Need Help With DataGrid Issue


teamhonda22
09-01-2005, 05:37 PM
I have a datagrid that shows data received from an xml file and the datagrid displays all the data from the xml file just fine; however, for some reason there are a numerous amount of blank rows displayed after the last record. Right now there are only eleven records to be shown but after I traced the rowCount, flash shows I have 15 rows. Does anyone know why flash is doing this.

Thanks,
rc

seeFresh
09-01-2005, 09:28 PM
can you post the code that displays the bars?

logictude
09-01-2005, 11:09 PM
Is it possibly an ignoreWhite issue?

shaddow
09-02-2005, 01:33 PM
logictude is right, sometimes NewLine character is interpreted as a blank line.