3.2.0

Row Header column with Column Header possible?

Is there a way to set a title for the column that contains the row headers, i.e. to define the column header text for the row header column.

Sounds confusing, somehow, but basically what I want to do is to give the first column with for example the row numbers a title or heading.
Andreas
May 2,
This is another question I still haven't solved.

Any help is hightly appreciated!

Andreas
May 10,
obj.getLayoutTemplate().setContent("corner/box/item", "Row#");
May 11,
How do you set the width of this first column?
KDC
June 10,
<style>
.active-scroll-left, .active-scroll-corner {width: 100px}
.active-scroll-top, .active-scroll-data {padding-left: 100px}
</style>

found it!
KDC
June 10,
actually, that doesn't really work.
KDC
June 10,
Take a look at what Alex posted here, there is a JavaScript way to adjust the RowHeader width:

http://www.activewidgets.com/grid.howto.style.headers/row-header-width.html

Jim Hunter
June 10,

This topic is archived.

See also:


Back to support forum