I have the following RadGridView defined (using .NET 4.5):
As of Q3 2012 SP1, I get the following two errors:
Any suggestions on how to resolve this?
Thank you.
<
telerik:RadGridView
ScrollMode
=
"Deferred"
ColumnWidth
=
"Auto"
ActionOnLostFocus
=
"None"
AutoExpandGroups
=
"False"
SelectionMode
=
"Extended"
AutoGenerateColumns
=
"False"
EditTriggers
=
"F2"
IsSynchronizedWithCurrentItem
=
"True"
SelectionUnit
=
"Mixed"
ClipboardPasteMode
=
"Default,AllSelectedCells,OverwriteWithEmptyValues"
>
<
telerik:RadGridView.ChildTableDefinitions
>
<
telerik:GridViewTableDefinition
/>
</
telerik:RadGridView.ChildTableDefinitions
>
<
telerik:RadGridView.HierarchyChildTemplate
>
<
DataTemplate
>
...
</
DataTemplate
>
</
telerik:RadGridView.HierarchyChildTemplate
>
</
telerik:RadGridView
>
As of Q3 2012 SP1, I get the following two errors:
- The local property "IsSynchronizedWithCurrentItem" can only be applied to types that are derived from "DataControl".
- The specified value cannot be assigned to the collection. The following type was expected: "TableDefinition".
Thank you.