3.2.0

Locked column

On the very front page, http://www.activewidgets.com/
There's a grid / table / whatever with a "locked column", where the numbers on the left don't scroll horizontally with the rest of the columns. That's what I need but I don't see how to do that in the docs, nor do I see it in any other examples.

If I were assured that I could make use of this for my purposes I'd definitely consider buying this, though it is a tad expensive...

Also, if I buy a single developer license, does that mean I can develop a website with it and not have to pay anything more, ever, to use it?

Thanks
Phil
January 4,
If I remember correctly this is a feature of a the Extended grid (class AW.Grid.Extended).

Check the examples that come with the download.
Karl Thoroddsen
January 5,
http://www.activewidgets.com/aw.ui.grid/fixed-model.html

var obj = new AW.Grid.Extended;
obj.setFixedLeft(2); // two fixed columns
...


By default AW.Grid.Extended has one fixed left column.
Alex (ActiveWidgets)
January 5,
Thanks, I'll give it a try this weekend!
Phil
January 5,

This topic is archived.

See also:


Back to support forum