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

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -