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.
ユーザーが Syncfusion GridList コントロールの列ヘッダーをクリックしたときに、列のコンテンツを並べ替えたいと思います。C#を使用してこれを達成する方法について誰か考えがありますか?
今はインストールしていませんが、次のようになるはずです。
GridControl.TableDescriptor.AllowSort = true;
これにより、列が並べ替え可能になるため、列ヘッダーをクリックすると並べ替えられます。