I have an xml file. i want to read values and print it in label or flex table. Do we have anything to do that.
My approach: i created a datasource to read xml and loaded it to listgrid. Now when iam trying to retrieve records from listgrid iam getting zero records even though it is printing 50 records on the screen. I am using grid.getRecords() to get records.
Can anyone please help me in solving this in my approach or any new approach?
Thanks
My approach: i created a datasource to read xml and loaded it to listgrid. Now when iam trying to retrieve records from listgrid iam getting zero records even though it is printing 50 records on the screen. I am using grid.getRecords() to get records.
Can anyone please help me in solving this in my approach or any new approach?
Thanks
Comment