スクロール可能なグリッドビューを作成しました。そこで、グリッドヘッダーのコピーであるテーブルを作成しました。それぞれに幅プロパティをピクセルで与えます。ただし、ブラウザによって動作が異なります。助けていただければ幸いです。
これはグリッドヘッダーのマークアップです。
<table cellpadding="0" cellspacing="0">
<tr>
<th width="26px">
</th>
<th width="152px">
Sosial sığorta nömrəsi
</th>
<th width="122px">
Soyadı
</th>
<th width="121px">
Adı
</th>
<th width="120px">
Atasının adı
</th>
<th width="50px">
Cinsi
</th>
<th width="100px">
Doğum tarixi
</th>
<th width="122px">
Uçota düşmə tarixi
</th>
<th width="102px">
SUN (köhnə)
</th>
<th width="150px">
Sığorta edənin VÖEN-i
</th>
<th width="102px">
SUN
</th>
<th width="102px">
Ölüm tarixi
</th>
</tr>
</table>