I'm creating a simple table data editor for which some of the fields have a restricted set of values. I was thinking the Datagrid class would be my best option for allowing data to be edited/entered but I still need to enforce the restrictions on what choices are available. Can I put combo boxes into a datagrid or will I have to work on a more exotic solution?