Reputation: 147
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
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