Referenced column not binding
-
Everyone, I have a simple grid that binds two a table, and that table fk's out to two other tables. The table being user, the foreign keys relating to usertype and store. For some odd reason, the usertype binding won't populate, while the store binding will. I've ensured that the relationships exist in sql, and in my edmx. I've include the [Include] attribute on both properties in the user partial classes to ensure they're loaded. I've tried specifically binding them columns myself, and having it autobind the columns through autogenerate columns with the same result. It's not a case of bad foreign keys, as I can query for any particular record on the edit user dialog and it brings back the usertype perfectly for each record. Any idea's? Thanks, Ryan