Just as the title says, how can I turn off horizontal and vertical grid lines in a Flex Spark DataGrid?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Create a new skin based on the spark datagrid skin, if you are using Flash builder this can be done easily with New > MXML Skin, if you are not, you can find the file DataGridSkin.mxml under sdks\4.5.1\frameworks\projects\spark\src\spark\skins\spark
Make a copy of this skin, in order to make the horizontal and vertical grid lines disappear, you have to delete these components
and
After that, don’t forget to set your datagrid skin to this skin