This is a migrated thread and some comments may be shown as answers.

GridViewImageColumn does not show my bitmap

1 Answer 78 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Frederic Gos
Top achievements
Rank 1
Frederic Gos asked on 25 Feb 2010, 03:33 PM
Given this XAML

 

 

<grid:GridViewImageColumn DataMemberBinding="{Binding ProtocolTypeBitmap}" Header="Type" UniqueName="Type"/>

Why does my bitmaps never appear? The column is ALLWAYS just white. No error, no nothing. I've checked a million times that the property 'ProtocolTypeBitmap' on the bound to object is valid. It IS a bitmap, it HAS data in it, but never show up. All other properties
(mostly text) that are bound to are showing up fine. The same INSTANCE of this object is used in another part of the app where the bitmap is shown using other techs. So something is going wrong with GridViewImageColumn.

Any ideas?

1 Answer, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 26 Feb 2010, 06:58 AM
Hello,

If you can send us runnable example where this can be reproduced I'll gladly help you to find what's going on.

Best wishes,
Vlad
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
GridView
Asked by
Frederic Gos
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Share this question
or