I load a webdropdown from a database. The dropdown acts as a "suggested" list of values. The user can put custom values in the drop down. My problem stems from when I try to display the custom value in the drop down. Since it is not a "standard" option, I can't set the SelectedValue property or should I say the value doesn't display. I am using 15.1 with framework 4.5. Thanks.
Hello bpabmeyer,
Thank you for using our community.
I’m glad that you managed to resolve the issue. If you have further questions, don’t hesitate to contact us.
Best Regards, Marina Stoyanova, Software Developer, Infragistics, Inc.
I figured it out myself. It is the CurrentValue property that needs to be set.