3.2.0

starting a page with table scrolled to the bottom

is this possible? i have a schedule grid that needs to NOT be sorted, but needs to default to a spot relative to a current date or at the bottom- is this a configurable piece?
Greg
March 25,
I am planning to expose scroll/top scroll/left properties for the grid control. Should be available soon.
Alex (ActiveWidgets)
March 28,
Did you ever expose these properties?
Greg
May 28,
Anyone find out if they were exposed?
Mobasoft
January 26,
I need something similar. I want to put the initial letters of the names in column 1 of a grid at the top with a link enabling the user to jump down to the appropraite part of the grid.

I have already got a little way along by putting the following before the grid:

<a href='#B'>B</a>&nbsp;&nbsp;&nbsp;<a href='#C'>C</a>&nbsp;&nbsp;&nbsp;<a href='#D'>D</a>&nbsp;&nbsp;&nbsp;<a href='#E'>E</a>&nbsp;&nbsp;&nbsp; ...

and then naming the first cell in a row thus:
<a name='B'><b>B</b></a> ...

This works, but the first two entries for each letter are hidden under the header.

Any news on your proposed method, Alex?
Roy Cosway
April 13,
Not exactly what you are asking but....

http://www.activewidgets.com/javascript.forum.1668.16/can-i-specify-the-starting.html

http://www.activewidgets.com/grid.howto.scroll/scroll-into-view.html
Alex (ActiveWidgets)
April 13,

This topic is archived.

See also:


Back to support forum