How to use a DataGrid with no column headers
This is one of those quirky things that is not all that well documented. I had a client that needed a datagrid but didn’t want the header row. It sparked the memory of struggling to find how to do this the first time I needed it. So hopefully this will help end your search for the answer
<mx:DataGrid showHeaders=false/>
No comments yet. Be the first.
Leave a reply