|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Gridview with column headersHi,
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. 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. > > > >
Image Rollovers with the Hyperlink Control
Classic ASP String Manipulation - NOT .net Server Side Custom Validation not running Programatically Databinding controls within a Repeater MaxLenth doesn't work GridView ASP.NET 2.0 Question Master Pages session variables Populate dropdown/listbox My WebControls stopped working Passing Values into Formview or DetailsView |
|||||||||||||||||||||||