I have set up a scrollable gridview with a table that mirrors the header of the grid. Each column has a specific width in pixels, but it seems to render differently across various browsers. Any assistance would be greatly appreciated.
This is the HTML markup for the Grid header:
<table cellpadding="0" cellspacing="0">
<tr>
<th width="26px">
</th>
<th width="152px">
Social security number
</th>
<th width="122px">
Surname
</th>
<th width="121px">
Name
</th>
<th width="120px">
Father's name
</th>
<th width="50px">
Gender
</th>
<th width="100px">
Date of birth
</th>
<th width="122px">
Flight departure date
</th>
<th width="102px">
SUN (old)
</th>
<th width="150px">
Taxpayer TIN
</th>
<th width="102px">
SUN
</th>
<th width="102px">
Date of death
</th>
</tr>
</table>