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.
同じストアド プロシージャを呼び出す 2 つのグリッドビューがあります。そのため、1 つの objectdatasource を使用したいと思います。問題は、テーブルを取得したときに、グリッド ビューごとに異なる方法で並べ替える必要があることです。したがって、どのグリッドビューがストアド プロシージャを呼び出したかを知る必要があります。何か案が?
各 DataGrid の XAML 列で、 を設定しSortMemberPath="NameOfProperty"ます。デザイナで追加することもできます - > DataGrid - > Properties - > Columns - > SortMemberPath
SortMemberPath="NameOfProperty"