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

Telerik Window does not render when I use the Content Overload

1 Answer 45 Views
Window
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
John Malone
Top achievements
Rank 1
John Malone asked on 09 Nov 2010, 07:48 PM
If I define a window starting like this: <%=Html.Telerik().Window()... the window renders fine.  However, it seems that if I want to use the content overload, I have to define the window like this: <% Html.Telerik().Window() - subtle difference, the second one is missing the equal sign.  The problem with the second way - the window is never rendered (data.('tWindow') is null).

I would go with the first way, but I get a syntax error that I cannot figure out.

Please help!

1 Answer, 1 is accepted

Sort by
0
John Malone
Top achievements
Rank 1
answered on 10 Nov 2010, 01:04 AM
Hey, I figured this one out on my own!  Not knowing why the version with the equal sign does not work, I copied the other from your example.  I was missing the Render() method.  I'm a tard!
Tags
Window
Asked by
John Malone
Top achievements
Rank 1
Answers by
John Malone
Top achievements
Rank 1
Share this question
or