Re: MX DataGrid columns horizontal scroll bar

2014-02-05 Thread Alex Harui
ail.com<mailto:umalbh...@googlemail.com>" mailto:umalbh...@googlemail.com>> Date: Wednesday, February 5, 2014 2:23 AM To: aharui mailto:aha...@adobe.com>> Cc: "dev@flex.apache.org<mailto:dev@flex.apache.org>" mailto:dev@flex.apache.org>> Subject: Re: MX DataGri

Re: MX DataGrid columns horizontal scroll bar

2014-02-05 Thread umal bhole
HI Alex, Thanks but the issue is that the user is entering data in the datagrid. The datagrid is editable. SO once he enters if he wants to check what he entered he has to click on the cell and then see the entry. Is there a way i can use some other alternative to this. Regards Umal On Wed, Feb

Re: MX DataGrid columns horizontal scroll bar

2014-02-04 Thread Alex Harui
mx:DataGrid doesn't support scrolling individual columns. Unless the row heights are different in the columns for a row, you might just put two lists together with a button bar along the top. There's an example of doing that with Spark lists on my blog (blogs.adobe.com/aharui) and the FlexJS DG p