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.
" DataField="UserGroup_ID" HeaderStyle-Width="120px" ListTextField="GroupName" AndCurrentFilterValue="GroupName" />
グループ名ではなくIDによるフィルター..なぜですか? ありがとう
GridDropDownColumn フィルターは、usegroupid などのグリッド データソースのデータのみを認識します。したがって、テキストではなくドロップダウンリストの「値」でのみフィルタリングできます。
代わりにテンプレート列を使用する必要があります。