I have found this post
http://www.syncfusion.com/forums/154812/show-image-from-database-inside-grid?reply=NtToH8
But in this case the image is hardcoded and same for every entry on list.
I'm trying to use SfGrid and display an image from a remote link, saved as string inside of static list of my students, but I don't see any iterator to use to find specific entry in the list, while just invoking Student.AvatarLink as previously used by SfGrid does result in CS0120
Below is the code I've made with the issue in line 26
https://pastebin.com/bqQGauXh
Is there some way to accomplish displaying an image from remote server, to which image link is saved in a static list as string using syncfusion's SfGrid?