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

Script Control 'LayoutPanel' is not a registered script control

1 Answer 37 Views
ListView
This is a migrated thread and some comments may be shown as answers.
Peter Maslin
Top achievements
Rank 1
Peter Maslin asked on 30 Jun 2010, 10:45 AM
hi

i am getting the following error message(image attached)

i am programmatically creating the list view and using the demo as a base for the example

                    <div id="contentInner"
                        <telerik:RadFormDecorator  ID="RadFormDecorator1" runat="server" /> 
                        <telerik:RadAjaxLoadingPanel  ID="RadAjaxLoadingPanel1" runat="server" /> 
                        <telerik:RadAjaxPanel  runat="server" ID="RadAjaxPanel1" LoadingPanelID="RadAjaxLoadingPanel1"
                        <asp:PlaceHolder ID="PlaceHolder1" runat="server"
                            
                        </asp:PlaceHolder> 
                        </telerik:RadAjaxPanel> 
                    </div> 




can anyone make any suggestions.

1 Answer, 1 is accepted

Sort by
0
Rosen
Telerik team
answered on 02 Jul 2010, 02:05 PM
Hi Peter,

Unfortunately you cannot create RadAjaxPanels inside the RadListView items, therefore you should remove them and use single RadAjaxPanel which to wrap the entire ListView control.

Best wishes,
Rosen
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
ListView
Asked by
Peter Maslin
Top achievements
Rank 1
Answers by
Rosen
Telerik team
Share this question
or