Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
この問題については多くの議論がありますが、それらは古く、クロス ブラウザーではありません。
asp.net プロジェクトに多くの行を持つ gridview があります。ユーザーがグリッドをスクロールするときにヘッダーを修正し、gridview で並べ替えを許可して、ユーザーがヘッダーをクリックできるようにする必要があります。
ページングを使用すると問題が解決するかもしれませんが、 scroll を使用する必要があります。
追加することをお勧めしますscrollable div
scrollable div
<div style="overflow:auto; widht:100%; height:YourHeight" > <asp:GridView> ..... </asp:GridView> </div>