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.
クロスタブであるdatagridviewがあります。ユーザーが列ヘッダーの1つをクリックしたときに、datagridviewを並べ替えたいのですが、最後の(合計)行を並べ替えたくありません。何か案は?
リストの最後の行を一時グリッドラインに割り当ててグリッド上で一時的.RemoveAt(lineID)に削除し、並べ替えて、最後に一時グリッドラインをグリッドに追加し直すことができます。
.RemoveAt(lineID)
XCeedのカスタムDataGridViewを使用することになりました。コントロールに要約行が組み込まれています。やり過ぎのようですが、ねえ、あなたは何を正しくするつもりですか?