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> 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) and the > FlexJS DG prototype essentially works that way. > > HTH, > -Alex > > On 2/4/14 8:16 PM, "umal bhole" <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 > >