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

Image and text simultaneously on a cell

1 Answer 50 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Liordino
Top achievements
Rank 1
Liordino asked on 05 Sep 2012, 08:25 PM
Hi,

In the way that the application that I'm working on is build I'll get the data from a webservice and fill the gridview with it. On this data I have one column wich guides me to an image location on the disk and another column with a text. I need to show both of them simultaneously on a single cell. Is it possible with radgridview? I thought of using a event like CellFormating to do that, but couldn't find something like this on the events list, and couldn't think of a way to do this either anyway.

Thanks in advance!

1 Answer, 1 is accepted

Sort by
0
Accepted
Yoan
Telerik team
answered on 06 Sep 2012, 02:53 PM
Hi Liordino,

 In order to add an image adjacent to text within a particular cell to RadGridView cells you can use the CellTemplateSelector property. For more information please check this help article. For your convenience I have attach a sample project that shows you how to achieve your goal.

Regards,
Yoan
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
GridView
Asked by
Liordino
Top achievements
Rank 1
Answers by
Yoan
Telerik team
Share this question
or