IQueryable<Image> GetAllImages to RadGrid

Posted by Community Admin on 05-Aug-2018 21:56

IQueryable<Image> GetAllImages to RadGrid

All Replies

Posted by Community Admin on 18-Feb-2011 00:00

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?

Posted by Community Admin on 21-Feb-2011 00:00

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

Registration for Q1 2011 What’s New Webinar Week is now open. Mark your calendar for the week starting March 21st and book your seat for a walk through all the exciting stuff we ship with the new release!

This thread is closed