7/19/2010 2:39:36 AM
Title:
Use Flex 4 list as datagrid
Hi,
I need the code to use flex 4 list as data-grid.
Because i am creating custom skin for my application and datagrid is not supporting for it.
I don't want to use css styles.
I heard that there is some way we can use list as datagrid.
If anybody worked on it, please lemme know.
thanks in advance
Rayan
Points: 690
Posts:0
7/19/2010 9:23:57 AM
you can use the list in place of datagrid if you have only one column and the other columns don't need to be displayed. list shows only one column. To skinning a datagrid see these links
http://blog.flexexamples.com/2007/08/28/styling-the-flex-datagrid-control-using-a-custom-separator-skins/
http://www.flashgamer.com/2006/02/skinning_the_flash_datagrid.html
7/19/2010 10:47:09 AM
Hi Rayan.
Thank you.
2nd link helped me.. :)