This question is locked. New answers and comments are not allowed.
I am using telerik ragridview.
I am dynamically binding data to the radgridview. I have added a column namely GridViewImageColumn in the telerik radgridview. I have list of images in sharepoint. I want to display the images from the sharepoint list in the telerik radgridview column as thumbnail of the image.
How, to achieve this.
Also, I am accepting the height and width of the image from the user. Based on the values entered by user, I want to resize the thumbnail or generate the thumbnail of the height and width entered by the user.
How can I achive this as well.
Thanks for the help.