Hi experts,
In my application, I have an edit page to allow users edit existing data. Some of the data are presented as dropdowns. Right now, I am using a data source to build a dropdown and I have to iterate thru the list to find the matched for the existing value and set it to be "selected".
My question is, is there any way that I can set it up at design time so that WD knows which value should be selected after the whole list is built, without writing code. It becomes messy when you have several dropdowns you need to pre-selected on the same edit page.
Thanks,