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

Artifact of unknown origin rendered on the surface of the grid

2 Answers 59 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Laurian Angelescu
Top achievements
Rank 1
Laurian Angelescu asked on 03 Jun 2010, 08:26 PM
Hello,

An artifact is rendered on my grid and I do not know why it appears. Please see the pictures enclosed. As the grid is awaiting data the artifact is positioned as in the first picture. As the grid is filling up with data the artifact starts moving downwards. Please help.

I am modifying the column templates in order to include graphical elements in the table cells. I included an example below. All other columns are templated almost identically.

<telerikGridView:GridViewDataColumn Header="ColumnName" 
                                                        Width="170" 
                                                        IsFilterable="True" 
                                                        DataMemberBinding="{Binding Info, Mode=OneWay}">  
                        <telerikGridView:GridViewDataColumn.CellTemplate> 
                            <DataTemplate> 
                                <Grid DataContext="{Binding Info, Mode=OneWay}">  
                                    <Image  Margin="2, 0, 2, 0" 
                                            HorizontalAlignment="Left" VerticalAlignment="Center" Stretch="None" 
                                            Source="{Binding Status, Converter={StaticResource infoStatusToIconConverter}}"/>  
                                    <HyperlinkButton HorizontalAlignment="Right" VerticalAlignment="Center" 
                                                     Margin="2, 0, 2, 0" 
                                                     Content="{Binding Coefficient, StringFormat='p'}"   
                                                     NavigateUri="http://www.address_here.com" TargetName="_blank" /> 
                                </Grid> 
                            </DataTemplate> 
                        </telerikGridView:GridViewDataColumn.CellTemplate> 
 
                    </telerikGridView:GridViewDataColumn> 

2 Answers, 1 is accepted

Sort by
0
Pavel Pavlov
Telerik team
answered on 04 Jun 2010, 08:04 AM
Hi Laurian Angelescu,
Thanks for reporting this!
It looks like the deferred scroll indicator. This is a tooltip-like element that should show only when deferred scroll is enabled and should contain information about the row coming in to view while scrolling.
Can you please let me know the exact version of the dlls you are testing with . Wi had such known issue long ago ( with an older version) .
The full XAML would be also helpful for us to reproduce the problem

Regards,
Pavel Pavlov
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.
0
Laurian Angelescu
Top achievements
Rank 1
answered on 06 Jun 2010, 10:15 PM
This problem appears on 2010.1 422 and 2010.1 603.

I will be opening a ticket which will have a sample project attached.

Regards.
Tags
GridView
Asked by
Laurian Angelescu
Top achievements
Rank 1
Answers by
Pavel Pavlov
Telerik team
Laurian Angelescu
Top achievements
Rank 1
Share this question
or