Home All Groups Group Topic Archive Search About
Author
18 Feb 2006 4:55 AM
Jack
Hi,

Is it possible to configure the gridview with the column headers being
2-or-more
rows down in height. In addition, is it possible to 'span' them 2-or-more
rows down?

cheers,
Jack.

Author
18 Feb 2006 5:46 AM
Phillip Williams
You can display a header on 3 lines by adding <br/> markup in the HeaderText
of any column, e.g.:
<asp:BoundField DataField="FieldName" HeaderText="Line1<br/>Line2<br/>Line3"
/>
Show quoteHide quote
"Jack" wrote:

> Hi,
>
> Is it possible to configure the gridview with the column headers being
> 2-or-more
> rows down in height. In addition, is it possible to 'span' them 2-or-more
> rows down?
>
> cheers,
> Jack.
>
>
>
>