请问,如何在Xaml中设置C1DataGrid中的某列过滤显示的肉容,根据需要,对某列的字段,已做了Convert的内容显示转化,
使用 FilterMemberPath="field1", 仍只能过滤被绑定的字段的内容,
却不能过滤该字段转化后显示的内容。
<c1ataGridTextColumn Header="Name" Binding="{Binding field1,Converter={StaticResource ConvertNameById}}" FilterMemberPath="field1"/>
以上 FilterMemberPath="field1"只能过滤绑定的field1的内容,却不能过滤绑定转化后的内容。
|
|