Click here to Skip to main content
15,885,366 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi.
i am extending flex datagrid using this , with this i can change background color for datagrid row,now i want to change font style/size/color etc. for rows and for header.
how can i do this?
thanks.
Posted

datagrid is the Object of DataGrid.

datagrid.setStyle("color","#000000");
datagrid.setStyle("fontFamily","Verdana");
datagrid.setStyle("fontSize","11");




visit the following Link

http://examples.adobe.com/flex2/consulting/styleexplorer/Flex2StyleExplorer.html
 
Share this answer
 
Have you tried asking the author of the blog post you referenced?
 
Share this answer
 
Comments
niravsahayata 31-May-11 0:51am    
i have asked there, but not getting any reply...

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