Hi, I'm evaluating the product and so far it very good. The issue I'm dealing with is as folows: I have an User object that has an Roles property, witch is a relation with Rol object; so, an give user can have several roles. I want the administrator to be able to select those roles form a checkedlistbox. What I need to know is how to add those selected roles to the Roles property (a ReadOnlyEntityList) of the User object.
Thanks,
Maximiliano.
Edited by msosa - 04-Feb-2009 at 7:21am