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
1290
Displaying images from database onto cells
posted

Hi,

I have something like an employee table which stores their information and their photo(stored as Image type within MS SQL database) 

I have created a UltraWinGrid and have defined the schema, but I believe I cannot change the DataType of the columns at design time because I'm binding my datatable to the wingrid at run time.

Currently in my photo column of the datagrid, it just shows System.Byte[]

 

Any replies would be greatly appreciated!

Thanks!

Parents
No Data
Reply
  • 12773
    Verified Answer
    posted

    Hello,

    Here is the KB article where a DataTable with images is bind directly to the UltrGrid:
    http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.aspx?ArticleID=1749

    I hope this information is helpful.

    Sincerely,
    Dimi
    Developer Support Engineer
    Infragistics, Inc.

Children