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

[Solved] Layout cycle detected Layout could not complete

2 Answers 195 Views
GridView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Jon
Top achievements
Rank 1
Jon asked on 04 Feb 2010, 07:41 PM
Hi..
I have grid in a ChildWindow - when I call BeginEdit() or BeginInsert()
I get the error....

Any ideas? what is wrong.......
thanks

2 Answers, 1 is accepted

Sort by
0
Jon
Top achievements
Rank 1
answered on 04 Feb 2010, 11:26 PM
After 2 hours of dorking with it...   The Error is caused by the WIDTH of the Column if I remove the WIDTH - IT works..... any ideas??

 

 

 

<telerikGridView:RadGridView AutoGenerateColumns="False" Background="White" CanUserDeleteRows="True" CanUserFreezeColumns="True"

 

 

CanUserInsertRows="True" CanUserSelect="True" CanUserSortColumns="True" IsReadOnly="False" Margin="114,55,127,180"

 

 

Name="DataGrid_Keywords" RowHeight="75" RowIndicatorVisibility="Visible" ScrollMode="Deferred" SelectionMode="Single" ShowGroupPanel="False"

 

 

Width="250" FontSize="12">

 

 

 

 


<
telerikGridView:RadGridView.Columns>

 

 

 

<telerikGridView:GridViewDataColumn DataMemberBinding="{Binding WORD, Mode=TwoWay}" Header="Keyword"  Width="249"/>

 

 

 

</telerikGridView:RadGridView.Columns>

 

 

 

 

 

 

</telerikGridView:RadGridView>

 

0
Vlad
Telerik team
answered on 05 Feb 2010, 01:18 PM
Hi Jon The Nerd,

The problem is identified and fixed immediately! The fix will be included in our upcoming latest internal build later Today.

I've added 2000 Telerik points to your account.

Best wishes,
Vlad
the Telerik team

Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Follow the status of features or bugs in PITS and vote for them to affect their priority.
Tags
GridView
Asked by
Jon
Top achievements
Rank 1
Answers by
Jon
Top achievements
Rank 1
Vlad
Telerik team
Share this question
or