Consultor Eletrônico



Kbase P138210: How to display images in an Infragistics UltraGrid control?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   12/4/2008
Status: Unverified

GOAL:

How to display images in an Infragistics UltraGrid control?

GOAL:

How to display images in an Infragistics UltraGrid control?

FACT(s) (Environment):

OpenEdge Architect Category: Visual Designer
OpenEdge 10.2A
Windows

FIX:

Option #1
Set the GridColumn's Editor to an EmbeddableImageRenderer (can render images stored in BLOB fields):

band:Columns["Photo"]:Editor = new Infragistics.Win.EmbeddableImageRenderer().

Option #2
Change the style of the GridColumn's Editor to Image:

band:Columns["Photo"]:Style = Infragistics.Win.UltraWinGrid.ColumnStyle:Image.