I'm loading data in a telerik:RadGrid, but i have one column that is not loading, which includes files, (Binary Data).
My problem is that, instead of loading DB content, this column just loads "System.Byte[]"
My current bound code is standard
<telerik:GridBoundColumn DataField="FileContent" FilterControlAltText="Filter por conteudo de ficheiro" HeaderText="Ficheiro">
Any ideas on how do i load the intended content?