In my XAF project I have a Detail View for Styles (clothes) - on this detail view you select the sizes the apparel comes in and then other fields that are boolean that represents each of those sizes that you want the garment to come in
what I want to do is that after the users select a size from a drops down the captions for the checkedits for the available size captions to change based on values from the database
is there a way to update captions for the checkedit controls at runtime based on the values from another field values?
screenshot