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

Misplaced gridview row after refreshing

1 Answer 82 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Jorge Alberto
Top achievements
Rank 1
Jorge Alberto asked on 17 Mar 2011, 08:20 PM
Hello :)

I have found a problem that goes like this:

I have a gridview that is bound to a observable collection of business objects.
The gridview properties:

<telerik:RadGridView x:Name="ReservasGridView"
                Margin="0"
        IsReadOnly="False" CanUserFreezeColumns="False" CanUserInsertRows="True"
        SelectionMode="Single" AutoGenerateColumns="False"
                IsFilteringAllowed="False" ShowGroupPanel="false" MaxHeight="768"
        IsSynchronizedWithCurrentItem="True"
>

Everything works as expected, but when I edit and commit an existing row, the first row of the gridview renders a few rows down. This not happens all the time, but it certainly happens, and I don't know why.

I have attached a jpg file showing this behavior.
I hope you can help me.

Best regards
Jorge

1 Answer, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 18 Mar 2011, 08:22 AM
Hello,

 Can you post more info about your grid version? Is it our latest official Q1 2011? Can you send us small example where we can reproduce this?

Greetings,
Vlad
the Telerik team
Tags
GridView
Asked by
Jorge Alberto
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Share this question
or