Hi All,
I am new to development and especially using Telerik controls. I am using Telerik RadGridView control, silverlight using sharepoint
I am creating first column dynamically and for rest I am binding the collection.
I have 2 questions.
I am taking the input from user for image and the thumnail size.
In that first column I want to show the Thumbnail of image and based on the size user enters the thumnail should appear.
Means if the user enters size as 50 for height and 50 for width, then the thumbnail size should be height 50 and width 50 displayed in the first column.
question 1: how to display image in the first column.
question 2: How to display the Thumbnail of image based on user values in the first column
Please help me on this.
Thanks in advance