SfPicker, MultColumn Binding

Hello,

Is it possible to bind an object and define columns for seperate properties ?


Person p = new Person { Firstname = "Alex" , Lastname= "Jefferson" }
List<Person> listP = new List();
listP.add (p);
sfPicker.itemsource = listP;
 

Is it possible to show firstname and lastname in 2 seperate Columns ?


1 Reply

RB Rabhia Beham Kathar Mideenar Syncfusion Team October 17, 2017 11:55 AM UTC

Hi Asterinex,

Thanks for contacting syncfusion support.

Query: Is it possible to show firstname and lastname in 2 seperate Columns.
 
Your requirement can be achieved by using CustomView in SfPicker Component. But we are facing some issues with Android platform and working fine in iOS.Please find the sample from the below link.
 
 
Currently, we are fixing in Android Platform from our side. A support incident to track the status of this defect has been created under your account. Please log on to our support website to check for further updates.
 
 
Please let us know if you have any query.

Regards,
Rabhia Beham K.
 


Loader.
Up arrow icon