-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Are there ideas to include the ability for using criteria?
I tried to add the following code to BO Product:
private string _Filter; [EditorAlias(EditorAliases.CriteriaPropertyEditor)] [CriteriaOptions(nameof(FilterType))] public string Filter { get { return _Filter; } set { SetPropertyValue<string>(nameof(Filter), ref _Filter, value); } }
[Browsable(false)] public Type FilterType { get { return typeof(Product); } }
At first it seems to work (see screenshot), but after selecting a group the FilterControl shows an error.
Metadata
Metadata
Assignees
Labels
No labels