Monday, August 31, 2015
Thursday, August 27, 2015
Page Scrolls to Top on RadDatePicker Click
Problem: You have a Telerik RadDatePicker as a single control or part of a filter on a RadGrid with a DateTime column. User clicks the calendar icon and the page scrolls to the top and the calendar is not displayed. You'll see a javascript ArgumentOutOfRange exception in the Inspect Element window of the browser.The solution for me was replacing the asp:ScriptManager with the. telerik:RadScriptManager
<telerik:RadScriptManager ID="ScriptManager1" runat="server">
<%-- Load scripts as a group and cache on browser. --%>
<Groups>
<telerik:ScriptReferenceGroup>
<Scripts>
<asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.Core.js" />
<asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.jQuery.js" />
<asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.jQueryPlugins.js" />
</Scripts>
</telerik:ScriptReferenceGroup>
</Groups>
</telerik:RadScriptManager>
Custom Software for Your Business
Visit Blue Canyon Software if you need custom software for your business.Tuesday, August 18, 2015
Free Visual Studio Development Tools!
Visit this link to learn more about free development tools to include:
- Visual Studio Community IDE
- Visual Studio Online
- Visual Studio Code
- Azure App Service
Subscribe to:
Posts (Atom)