I need to make some changes on the RadSlidingZone.js....Therefore
1) .aspx page in <telerik:RadSlidingZone ID="RadSlidingZone1" EnableEmbeddedScripts="false"..../>
2) I copied/Cut the script from "C:\Program Files\Telerik\RadControls for ASPNET AJAX Q1 2008\Scripts\Splitter\RadSlidingZone.js"
3) I paste the script to a .js file in my Visual Studio.
4) I make the necessary changes to the scripts.
5) now to import that .js file I would do
<asp:ScriptManager ID="ScriptManager1" runat="server">
<Scripts>
<asp:ScriptReference Path="~/JScript.js" />
</Scripts>
</asp:ScriptManager>
I thought that it might works but it doesn't .what am i doing wrong?
Is there a portion on documentation that Ican follow an example?
thanks,
DIP
1) .aspx page in <telerik:RadSlidingZone ID="RadSlidingZone1" EnableEmbeddedScripts="false"..../>
2) I copied/Cut the script from "C:\Program Files\Telerik\RadControls for ASPNET AJAX Q1 2008\Scripts\Splitter\RadSlidingZone.js"
3) I paste the script to a .js file in my Visual Studio.
4) I make the necessary changes to the scripts.
5) now to import that .js file I would do
<asp:ScriptManager ID="ScriptManager1" runat="server">
<Scripts>
<asp:ScriptReference Path="~/JScript.js" />
</Scripts>
</asp:ScriptManager>
I thought that it might works but it doesn't .what am i doing wrong?
Is there a portion on documentation that Ican follow an example?
thanks,
DIP