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.
データベースからページ サイズのみを読み込む Windows フォーム DataGridView があります。列ヘッダーをクリックすると、表示されたレコードのみが並べ替えられます。
結果セット (表示されているものと表示されていないもの) 内のすべてのレコードに対して列を並べ替えるにはどうすればよいですか?
私の SQL は並べ替えを処理します。DataGridView の並べ替えをオーバーライドし、並べ替え列を使用して SQL を呼び出し、レコードを表示する必要がありますか?