This question is locked. New answers and comments are not allowed.
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!
I would go with the first way, but I get a syntax error that I cannot figure out.
Please help!