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.
大家好,正如本文所见,FilterDescriptorts FilterOperator 不支持 GUID。有没有人遇到过这个问题?有解决方法吗?因为,它非常糟糕(没有外键过滤等等......这很常见)。
在代码中设置过滤器描述符
public ClassName() { InitializeComponent(); this.DataSource.FilterDescriptors[0].Value = Guid.Empty; }