Are there any examples of using a LINQ data source (or Linq2SQL in code) to create a hierarchy in a RadGrid? All the examples I have found use DataSets.
I have, for example, a User object that has Roles that are loaded with the Object. User.Roles returns a IEnumerable list of roles that that user belongs to.
Table Structure
User <- User Roles -> Roles
Thanks,
Brian