In your live demos overview example of RadDataForm, there is a drop-down combo box that autogenerates from the datacontext.
But nothing is revealed in the xaml or .cs source showing how this is accomplished. Can you enlighten me as to how this is done? I have used [Include] in the metadata and used .Include("blah") in the query function for the domain service class but I get a text field autogenerated and not a drop down list.
This is a simple foreign key scenario such as Employee.Employer and Employer is a valid entity of Employee within EF 4.0 EDMX. Instead I get a text field with "Employer: 1" but your online example of RadDataForm shows a dropdown with no specific code in the XAML or .cs file, so it is being completely auto-generated.
But nothing is revealed in the xaml or .cs source showing how this is accomplished. Can you enlighten me as to how this is done? I have used [Include] in the metadata and used .Include("blah") in the query function for the domain service class but I get a text field autogenerated and not a drop down list.
This is a simple foreign key scenario such as Employee.Employer and Employer is a valid entity of Employee within EF 4.0 EDMX. Instead I get a text field with "Employer: 1" but your online example of RadDataForm shows a dropdown with no specific code in the XAML or .cs file, so it is being completely auto-generated.