We are building a custom AutoCompleteBox using the RadGridView control internally. We are binding the ItemsSource against a IQueryable(Of T) from NHibernate and using the CustomFilterDescriptor from
this article.
When using only one filter member it works:
But when using more than one, like this:
Throws an ArgumentException: An item with the same key has already been added.
We are using the latest Q3 beta assemblies.