IQueryable<Image> GetAllImages to RadGrid
I am retrieving all the images in my albums and binding them to my rad grid, i see owner is of type guid, but i want to display the user's name. I know how to retrieve this information from the list, but how would I have it displayed into my grid?
Hi Kristian,
You can use UserManager.GetManager().GetUser(image.Owner) to get the user object. From the user object you can get the username.
All the best,
Ivan Dimitrov
the Telerik team