Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
Within the population data source settings, set the Value Member to whatever field you want to use as the selected value. Then, in the property sheet for the ListControl, right-click the ValueMember property name and select "Reset" from the context menu. When the list is populated at runtime, the ValueMember property will be dynamically set to the name of the dynamically created DataTable that is used as the list source.
Also, make sure the "Value Member" within the PopulationDataSourceSettings dialog is set to the name of a valid field on the business object.
If resetting the ValueMember property doesn't work, then make sure you're not setting the ValueMember anywhere in code. If that still does not work, post some screenshots of your configurations, and maybe I can make something of it.
|