Hi There
Using Silverlight 4 with the latest Telerik silverlight 4 controls
I am following the method here: http://www.telerik.com/help/silverlight/radtreeview-populating-with-data-databinding-to-adonet-service.html to load tree view elements on demand from the data service.
When I try to expand and contract tree elements before the sub elements have had a chance to load, I get the following:
Line: 56
Error: Unhandled Error in Silverlight Application
Code: 4008
Category: RuntimeError
Message: Layout cycle detected. Layout could not complete.
MethodName:
Is there any way to handle this or lock the control until the sub tree items have had a chance to load. There must be a way to handle this as the users constantly hit this error.
Using Silverlight 4 with the latest Telerik silverlight 4 controls
I am following the method here: http://www.telerik.com/help/silverlight/radtreeview-populating-with-data-databinding-to-adonet-service.html to load tree view elements on demand from the data service.
When I try to expand and contract tree elements before the sub elements have had a chance to load, I get the following:
Line: 56
Error: Unhandled Error in Silverlight Application
Code: 4008
Category: RuntimeError
Message: Layout cycle detected. Layout could not complete.
MethodName:
Is there any way to handle this or lock the control until the sub tree items have had a chance to load. There must be a way to handle this as the users constantly hit this error.