The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
I have a dataset with one Table and 4 columns. The 4 columns are all type string. Each column will store a binary stream of gif file. I want to be able to display this in a Databound grid. I tried binding the XML to the grid and setting style Info for each column to be of Custom or Image type, nothing works. Can I have a sample?
ADAdministrator Syncfusion Team August 12, 2005 11:35 PM UTC
If the columns in your datatable holds a byte[] holding your bitmaps, then you shoul dbe able to see them in the grid by setting the CellType = "Image". Here is a little sample.
http://www.syncfusion.com/Support/user/uploads/ImagesInDataTable_10c40aec.zip