filter - SIlverlight 4, FilterDescriptor and GUID as FilterOperator -
Hey guys, as seen in the post, GUIDs filterDecortes are not supported by the filter operator Does anyone encounter this problem Have done Is there a work around? Because, well it is too much waste (no foreign key is being filtered by the same and similarly ... which is quite normal).
set the filter descriptor in the code
public class name () {InitializeComponent (); This.DataSource.FilterDescriptors [0] .Value = Guid.Empty; }
Comments
Post a Comment