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

Grid Image

3 Answers 82 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Jols
Top achievements
Rank 2
Jols asked on 24 Jan 2011, 10:56 AM
hello to all,

                i would like to ask some help who knows about loading an image to the grid  for each rows of record and that image is clickable also, any sample codes is highly appreciated.thanks

3 Answers, 1 is accepted

Sort by
0
Daniel
Telerik team
answered on 25 Jan 2011, 05:37 PM
Hello Jols,

I'm not sure that I understand your requirement but I recommend that you examine our online demos as a starting point:
AJAX Demos

Best regards,
Daniel
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
0
Jols
Top achievements
Rank 2
answered on 26 Jan 2011, 07:06 AM
hello sir

            i have a page for creating a profile with a picture now on my other page i have grid that has a checkbox on the first column and on the second is the name of person's created and on the third column should his/her picture("but this picture is not save on the database it is save on the folder only the path is being save on the database.") that was uploaded during creation of his/her profile.my problem is that, i dont know how to put the image on that column,. Sample codes is highly appreciated thanks.
0
Daniel
Telerik team
answered on 31 Jan 2011, 05:47 PM
Hello Jols,

Thank you for the clarification. You could use the GridImageColumn as demonstrated in the Column Types demo.
<telerik:GridImageColumn DataType="System.String" DataImageUrlFields="CustomerID"
    DataImageUrlFormatString="IMG/{0}.jpg" AlternateText="Customer image" DataAlternateTextField="ContactName"
    ImageAlign="Middle" ImageHeight="110px" ImageWidth="90px" HeaderText="Image Column"
    FooterText="ImageColumn footer" />

Regards,
Daniel
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
General Discussions
Asked by
Jols
Top achievements
Rank 2
Answers by
Daniel
Telerik team
Jols
Top achievements
Rank 2
Share this question
or