Hi,
I tried to both run the multi-column example available in the Syncfusion documentation and to create an example myself, but the SfPicker does not show the items rather it shows a number of "System.Collections.ObjectModel.ObservableCollection" items, like if ToString() was invoked on the object name.
Also, for example in the official sample, instead of displaying two columns with the list of supplied items in each column, it just show two items with the .NET name which I suppose to represent the two properties the data model exposes.
For the sake of completeness, I'm using VS 2017 and the version of the SfPicker package is 15.4.0.17. I only tried on iOS (this is my current requirement) and the SfPickerRenderer has been initialized.
This is also what I get if I simply open and run the official sample with no edits.
Any hints on this? thanks in advance
Alessandro