When I have only a single record, why does not it appear in my datagrid? : adobe flex action script
Answer Posted / Rupender
If you only have one record and it's not showing up in the DataGrid, it could be because the data provider is not properly set or not bound to the DataGrid. Make sure that the data provider contains the single record and the DataGrid's dataProvider property is set to the correct instance.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers