Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
390
How does Ultrawebgrid handle SQL Image columns?
posted

I have a table with various columns, one of them being an Image column where I store PDF files.  I can bring back all the data from this table to populate my UWG, but it mishandles the data when I include the Image data. 

The first row show "System.byte[]" in the cell, and the rest of the rows get moved over one column to the left.

My final need for this is to load a grid full of records and when the user doubles clicks on the row, the image opens in Adobe Reader.  Will this be possible using an UltraWebGrid, and if so, anybody have any examples?

Thanks, Will