以下のように、グリッドビュー内で動的フィールドの幅を設定しようとしました
<asp:DynamicField DataField="Latitude" HeaderText="Latitude"
HeaderStyle-Width="100px" ItemStyle-Width="100px"
FooterStyle-Width="100px">
</asp:DynamicField>
コードに変更はありませんでした。誰かがこれを行う方法について私を助けることができます