-
Hello, I am just checking if you require any further assistance on the matter.
-
Hello Atle, You can try to set the unbound field in code behind as described in the following link : http://help.infragistics.com/NetAdvantage/WPF/2013.1/CLR4.0/?page=xamDataPresenter_Define_a_Field_Layout.html The functionality that you would like to have cannot be achieved without unbound field. Let me know, if you need any further assistance on this
-
Hello, Thank you for your post. You may have installed only one version of our Infragistics Reporting on your machine. For more information please look into the following forum thread : http://www.infragistics.com/community/forums/t/68799.aspx Let me know, if you need any further assistance on this matter.
-
Hello, Boricua, thank you for your feedback. I am glad that you have managed to solve you issue. Hawellek, please set the CustomItemFilter in the ‘Initialized’ event instead of in ‘Loaded’.
-
Hello Hawellek, Thank you for your feedback. Please modify the sample application to meet exactly the scenario that you are describing. If the entered letter is not found anywhere, the editor clears it automatically. This is the default behavior.
-
Hello Hawellek, I have been looking into your sample application and the filtering is case insensitive(e.g. press ‘P’). Is there anything that I am missing ?
-
Hi Hawellek, Have you tried my suggestion ?
-
Hello, I have been looking into your post and you can achieve the desired functionality using ‘ItemFilter’ like e.g. : ItemsFilter filter = new ItemsFilter(); filter.ObjectTypedInfo = new CachedTypedInfo() { CachedType = typeof(Product) }; filter.Conditions.LogicalOperator = LogicalOperator.Or; filter.Conditions.Add(new ComparisonCondition
-
Hello Michael, I am just checking if you require any further assistance on the matter.
-
Hi Harold, Thank you for your reply. Please let me know, if you need further assitasnce on this matter.