This question is locked. New answers and comments are not allowed.
I am trying to create Telerik Window using Client side API inside jQuery.
I have included required telerik .js files too.
I have loaded script file in correct order. All these script file are in Master page (i.e. _Layout.cshtml as I am using MVC Razor syntax).
I am creating telerik window in content page, However I still get $.telerik.window' is null or not an object error in browser. I don't know how to resolve this !!!!
What I noticed is If I use Server side API and Creat Window, and Set Visible = false, then open it in my javascript it works. I don't know what is wrong with Client Side API?
I have included required telerik .js files too.
<script src="@Url.Content("~/Scripts/jquery-1.4.4.min.js")" type="text/javascript"></script> <script src="../../Scripts/2010.3.1318/telerik.common.min.js" type="text/javascript"></script><script src="../../Scripts/2010.3.1318/telerik.window.min.js" type="text/javascript"></script> I have loaded script file in correct order. All these script file are in Master page (i.e. _Layout.cshtml as I am using MVC Razor syntax).
I am creating telerik window in content page, However I still get $.telerik.window' is null or not an object error in browser. I don't know how to resolve this !!!!
What I noticed is If I use Server side API and Creat Window, and Set Visible = false, then open it in my javascript it works. I don't know what is wrong with Client Side API?