I'm not sure what you're asking.  Do you want a single cell to have scrollbars 
or an entire column?  Can the cell wrap text onto multiple lines?  Show a 
tooltip with the entire text?

-Alex

From: umal bhole <umalbh...@gmail.com<mailto:umalbh...@gmail.com>>
Reply-To: "umalbh...@googlemail.com<mailto:umalbh...@googlemail.com>" 
<umalbh...@googlemail.com<mailto:umalbh...@googlemail.com>>
Date: Wednesday, February 5, 2014 2:23 AM
To: aharui <aha...@adobe.com<mailto:aha...@adobe.com>>
Cc: "dev@flex.apache.org<mailto:dev@flex.apache.org>" 
<dev@flex.apache.org<mailto:dev@flex.apache.org>>
Subject: Re: MX DataGrid columns horizontal scroll bar

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 5, 2014 at 11:10 AM, Alex Harui 
<aha...@adobe.com<mailto:aha...@adobe.com>> wrote:
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<http://blogs.adobe.com/aharui>) and the
FlexJS DG prototype essentially works that way.

HTH,
-Alex

On 2/4/14 8:16 PM, "umal bhole" 
<umalbh...@gmail.com<mailto:umalbh...@gmail.com>> wrote:

>HI,
>
>I am using mx datagrid and i have two columns which will be having values
>big now for better viewing i want to provide the horizontal scroll bar on
>columns which the user can slide and look the values which are entered in
>the column. So for two columns i want to scroll bars.
>
>Let me know if this is feasible approach or i must use some other
>component
>or approach to handle this issue. I cannot make datagrid size bigger.
>
>Regards
>Umal


Reply via email to