This question is locked. New answers and comments are not allowed.
Greetings,
I am using a GridViewIMage column using the follwing code:
The images in grid display fine, but when the column is scrolled off the screen, the column disappears and decrements the column count for the row selected. Why is this occurring and is there a way to prevent it? If not, would using a cell template with a standard Silverlight image control resolve the issue?
Thanks
I am using a GridViewIMage column using the follwing code:
<telerik:GridViewImageColumn x:Name="colItemImage" Header="Image" DataMemberBinding="{Binding ImagePath, Converter={StaticResource imageConverter}}" MinWidth="75" Width="75" HeaderTextAlignment="Center" ImageHeight="75" ImageWidth="75" UniqueName="colItemImage" />The images in grid display fine, but when the column is scrolled off the screen, the column disappears and decrements the column count for the row selected. Why is this occurring and is there a way to prevent it? If not, would using a cell template with a standard Silverlight image control resolve the issue?
Thanks