This question is locked. New answers and comments are not allowed.
Hi,
I have an editable grid that is Ajax bound to an Entity Framework entity returned by a service. One of my columns is a numeric ID that is a FK to another entity. I would like to have this as one column that:
1. Shows the name corresponding to the ID (coming from a related table), rather than the number
2. On edit, I want this column to be a dropdown, with the list coming from the related table
What's the best approach to make this happen?
Thanks,
Paul
I have an editable grid that is Ajax bound to an Entity Framework entity returned by a service. One of my columns is a numeric ID that is a FK to another entity. I would like to have this as one column that:
1. Shows the name corresponding to the ID (coming from a related table), rather than the number
2. On edit, I want this column to be a dropdown, with the list coming from the related table
What's the best approach to make this happen?
Thanks,
Paul