Click here to Skip to main content
15,881,600 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
hi guys ...

iam create application and add flex spark datagrid to it using flash builder 

when i run application it works fine and data showed in the datagrid but 

when i rotate it right or left datagrid becomes blank and rows empty
 

here's my simple syntax


XML
<s:DataGrid id="DGrid" width="368" height="210">

        <s:dataProvider>

            <s:ArrayList>

                <fx:Object FirstName="esraa" LastName="Hashem"/>

                <fx:Object FirstName="eman" LastName="Mustafa"/>

                <fx:Object FirstName="hend" LastName="Ahmed"/>

                <fx:Object FirstName="samar" LastName="Naeem"/>

                <fx:Object FirstName="abeer" LastName="Hassan"/>

                <fx:Object FirstName="mona" LastName="Mohamed"/>

            </s:ArrayList>

        </s:dataProvider>

    </s:DataGrid>



so what's the problem & how can i fix that ?
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900