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!
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=1749I hope this information is helpful. Sincerely,DimiDeveloper Support EngineerInfragistics, Inc.
Thank you!