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:
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
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