
Hi,
I have bound my Gallery control with a collection and the gallery have got a Drop downs as well. The issue is collection is having multiple records. However only 1st record of the collection is having values in the column which is bound to the drop down. rest all rows were blank but still all the drop downs shows the first row values in all the drop downs of subsequent rows.
i have set the default property of drop down as
ThisItem. Primary_Status
and the drop down Items is having following values: ["","On Track","Off Track"].
Even if the rows of collection have blank against the column still the dropdown by default shows the same value as selected as it was in 1st row. pls suggest why this is so.
I suggest you replace the dropdown with a Combobox.
Or For the Dropdown, Change the AllowEmptySelection property to true.
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.