This question is locked. New answers and comments are not allowed.
Hello,
Is it possible to set the image on a GridViewImageColumn without having to set the URL inside the actual object you are binding to? For example can I do something like this:
Is it possible to set the image on a GridViewImageColumn without having to set the URL inside the actual object you are binding to? For example can I do something like this:
<telerikGrid:GridViewImageColumn DataMemberBinding="../Images/MyImage.jpg" ImageStretch="None" />