I am trying to capture a persons ethnicity with a RadCheckBoxList control.
I have the RadCheckBoxList inside a RadDataForm. The RadDataForm is bound to an object data source (retrieves person records), and the RadCheckBosList is also bound to another object data source (retrieves all available ethnicities).
Where I am struggling is when you want to view an existing person record. How to I get the ethnicity values that were previously selected to "pre-select" the correct item within the RadCheckBoxList?
Hi Jonathan,
Could you please share the current version of the page you are working on? The markup of the RadDataForm with the RadCheckBox list inside along with the relevant code-behind logic will give us a better picture of the scenario and we will be able to assist you more accurately.