Risa
Risa

Reputation: 147

XafariMultipleLookupPropertyEditor Cannot convert XPCollection to XPCollection'1

I have XPCollection<MyClass> as property of persistent class.
I try to use XafariMultipleLookupPropertyEditor as Editor in DetailView.
When I select item I get error The value XPCollection(1574) Count(1) can not be cast to type XPCollection'1

Can anybody help?

Upvotes: 0

Views: 33

Answers (1)

Risa
Risa

Reputation: 147

Need to create TypeConverter. In case with Extention it is possible to add TypeConverterAttribute. It works fine for DetailView, not sure about ListView

Upvotes: 0

Related Questions