Hi,

I found a CSS code which is used for ASP to achieve fixed column..

.lockedleft {
        position:relative;
        cursor: default;
        LEFT: expression(document.getElementById("container").scrollLeft-1);
POSITION: relative;
}

can this be somehow changed and used to have fixed first column in the
FixedWidthGrid ??

Rgds
Suren

On May 14, 9:30 am, Suren <[email protected]> wrote:
> Hi All,
>
> what I am trying now is to have two seperate FixedWidthGrid, one for
> the fixed column and the other for the data.
> But finally these two has to be clubbed together to be putin to
> ScrollTable, since it takes fixedFlexTable and FixedWidthGrid as
> arguments.
>
> Could any one help me to achieve this?
>
> Thanks in advance
> Suren
>
> On May 12, 9:42 am, Suren <[email protected]> wrote:
>
>
>
> > Hi All,
>
> > I am already using a ScrollTable to have the freeze header
> > functionality. so it has one flexTable for the header and Grid for the
> > data.
>
> > Now in the data grid I want the first column to be freeze during the
> > scrolling like the freezed header functionality.
>
> > ScrollTable can take only two args like FixedWidthGrid and
> > FixedWidthFlexTable.
>
> > Now I am just wondering to have a Freezed column, whether I can have
> > two grids, one for the header(basically have only one column which is
> > to be freeze) and one for the data and add both grids to one single
> > grid and add that single grid to the ScrollTable??
>
> > Kindly advise
>
> > Thanks
> > Suren- Hide quoted text -
>
> - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to