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。因此它只能过滤您的下拉列表“值”而不是文本。
您必须改用模板列。