FlexGrid question..pls answer
I am using a MS Flex grid control . I am loading around 2000 records into the grid from database.
After loading all the records (2000 records), (After loading when I look at the records in the GRid they look fine.)
I am iterating thru each row in the grid. after iterating thru first 70 rows (I am using a FOR statement to iterate, suddenly, the FOR loop picks up the first record in the grid while it is supposed to pick up 71st record.
Is there any limitations in iterating thru the rows of a MSFlex grid control?
Any suggestions how to solve this problem please....?
thank you