My problem is like this, I have 3 tables:
- users (user_id, name)
- roles (role_id, role_name)
- user_roles(user_id, role_id);
I load them all in a dataset.
The challenge is to build a relation (or more?) in this dataset, that when given to a ultragrid (infragistics) they would display right – for each user his roles (name, description).
I am not sure what you mean by “name, description”, since there is no
descriptioncolumn in your schema, but here is a guess at what you want: