This is a migrated thread and some comments may be shown as answers.

RadGrid and Images

0 Answers 47 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Mike_T
Top achievements
Rank 1
Mike_T asked on 20 Jul 2011, 09:10 AM
Hello,

I have a radgrid that i want to display images inside one of its columns

the XML file looks like this where home.jpg and home1.jpg are stored in a folder and they represent the name of the image
<?xml version="1.0" encoding="utf-8" ?>
<Files>
    <item ID="1">
        <filename>home.jpg</filename>
    </item>
  
  <item ID="2">
    <filename>home1.jpg</filename>
  </item>
  
</Files>

Thanks a lot for your help
Mike

No answers yet. Maybe you can help?

Tags
Grid
Asked by
Mike_T
Top achievements
Rank 1
Share this question
or