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

RadTextBox in RadWindow

0 Answers 109 Views
Window
This is a migrated thread and some comments may be shown as answers.
JS
Top achievements
Rank 1
JS asked on 02 Nov 2012, 11:57 AM
Hi There,

When placing a RadTextBox inside a RadWindow, I get a JavaScript Error: TypeError: $telerik.$ is undefined

Placing a RadComboBox works without any problems.

This is my code:
<telerik:RadWindow ID="Details" runat="server" Title="Details" Width="450" Height="536"
 VisibleOnPageLoad="false" Behaviors="Move, Close" Left="580" EnableShadow="true" RegisterWithScriptManager="false">
    <ContentTemplate>
             <telerik:RadTextBox ID="Test" runat="server">
             </telerik:RadTextBox>
    </ContentTemplate>
</telerik:RadWindow>

Is this a know bug?

*UPDATE*

My bad, RegisterWithScriptManager="false" caused this behaviour.

No answers yet. Maybe you can help?

Tags
Window
Asked by
JS
Top achievements
Rank 1
Share this question
or