This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

WebDesigner - v8 - Dynamic comboxbox

Hi Experts,

Using v8 and I have a question related to web designer. 

I have a collection, and I need to iterate over it and show a combobox control for each entry in this collection. The trouble is that when I define a combobox, I have to specify the property name which will store the selected value, which means I cannot do this dynamically since I don't know before run time how many items will be in my source collection. 

Is there some way to make this dynamic and basically have the ability to iterate over a collection and show a drop down select with each selection going into a separate column?

Thanks

Kin