I'm using RadControls for ASP.NET AJAX Q2 2011
SP1. When I export to PDF all columns are of equal widths. I read on some forum threads to add colgroup but still not working.
Please help.
<table border="1" cellspacing="0" cellpadding="2" width="100%" style="font-family: Lucida Sans; font-size: 9pt;">
<colgroup span="8">
<col span="1" width="49%" />
<col span="7" width="7%" />
</colgroup>
<tr style="text-align:center;">
<td style="width:49%; white-space:nowrap;">PRODUCT NAME AND CLASSIFICATION</td>
<td style="width:7%; white-space:nowrap;">GROSS </td>
<td style="width:7%; white-space:nowrap;">NET </td>
<td style="width:7%; white-space:nowrap;">AMOUNT</td>
<td style="width:7%; white-space:nowrap;">QUANTITY</td>
<td style="width:7%; white-space:nowrap;">STORE</td>
<td style="width:7%; white-space:nowrap;">CODE</td>
<td style="width:7%; white-space:nowrap;">SHELF</td>
</tr>
</table>
Please help.
<table border="1" cellspacing="0" cellpadding="2" width="100%" style="font-family: Lucida Sans; font-size: 9pt;">
<colgroup span="8">
<col span="1" width="49%" />
<col span="7" width="7%" />
</colgroup>
<tr style="text-align:center;">
<td style="width:49%; white-space:nowrap;">PRODUCT NAME AND CLASSIFICATION</td>
<td style="width:7%; white-space:nowrap;">GROSS </td>
<td style="width:7%; white-space:nowrap;">NET </td>
<td style="width:7%; white-space:nowrap;">AMOUNT</td>
<td style="width:7%; white-space:nowrap;">QUANTITY</td>
<td style="width:7%; white-space:nowrap;">STORE</td>
<td style="width:7%; white-space:nowrap;">CODE</td>
<td style="width:7%; white-space:nowrap;">SHELF</td>
</tr>
</table>