Does SFList View support DisplayMemberPath and SelectedValuePath

Hi,

Please let me know if this feature similar to the below code fragment is supported for the SFListView control.

autoComplete.DisplayMemberPath = "Name";
autoComplete.SelectedValuePath = "ID";

It is an integral part of good coding practice to show the full name in the list view but when selecting to use a specific code value that is of a fixed length in the database.

If this is not supported at present, could you please add it as a feature request in the future.

Thanks,

Rajesh.

1 Reply

DB Dinesh Babu Yadav Syncfusion Team January 3, 2018 06:18 AM UTC

Hi Rajesh, 
 
Thank you for using Syncfusion Products. 
 
In SfListView, you can customize the UI as per your requirement with full flexibility by using ItemTemplate property and you can define and bind any data from the data model to display the required data items in view. And also you can customize the selected items in SfListView. We request you to refer the following UG documentation links for more reference about defining an ItemTemplate and working with selection in SfListView. 
 
 
 
Please let us know if you require further assistance. 
 
Regards, 
Dinesh Babu Yadav 
 


Loader.
Up arrow icon