53 messaggi dal 28 ottobre 2005
Salve

è possibile eseguire un rowspan per l'header di un gridview
in modo da poter avere una colonna che fa da descrizione per alre sottocolonne.
Per es vorrei ottenere il seguente header

<tr>
<th rowspan="2">
<b>C1</b>
</th>
<th rowspan="2" style="text-align: center">
<b>C2</b>
</th>
<th colspan="2" style="text-align: center">
<b>Desc C3 C4</b>
</th>
</tr>
<tr>
<th style="text-align: center">
<b> C3 </b>
</th>
<th style="text-align: center">
<b>C4</b>
</th>
</tr>
3.165 messaggi dal 06 settembre 2002
Contributi | Blog
Ciao,

la gridview è tale perchè non ti permette di personalizzare più di tanto l'output, l'unico modo è ricorrere ad un repeater.

HTH
.

Nothing can be born from hartred

Stefano (SM15455) Mostarda
http://blogs.aspitalia.com/SM15455
Rome Italy

Torna al forum | Feed RSS

ASPItalia.com non è responsabile per il contenuto dei messaggi presenti su questo servizio, non avendo nessun controllo sui messaggi postati nei propri forum, che rappresentano l'espressione del pensiero degli autori.