Hello,
I encountered a regression with the RadScheduler control when updating the dll's from Q3 2009 to Q1 2010.
I am using Prototype too (and cannot remove it).
So the problem occurs only with Q1 2010 and IE8.
I tested it with IE7, FireFox 3.6 & Chrome 5.0 and it works normally.
I created a very simple test page so you can reproduce this bug.
Thanks
I encountered a regression with the RadScheduler control when updating the dll's from Q3 2009 to Q1 2010.
I am using Prototype too (and cannot remove it).
So the problem occurs only with Q1 2010 and IE8.
I tested it with IE7, FireFox 3.6 & Chrome 5.0 and it works normally.
I created a very simple test page so you can reproduce this bug.
| <%@ Page Language="C#" AutoEventWireup="true" CodeFile="TelerikRegression.aspx.cs" Inherits="TelerikRegression" %> |
| <%@ Register TagPrefix="telerik" Namespace="Telerik.Web.UI" Assembly="Telerik.Web.UI" %> |
| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
| <html xmlns="http://www.w3.org/1999/xhtml"> |
| <head runat="server"> |
| <title></title> |
| <script type="text/javascript" src="prototype.js"></script> |
| </head> |
| <body> |
| <form id="form1" runat="server"> |
| <asp:ScriptManager ID="ScriptManager" runat="server"></asp:ScriptManager> |
| <telerik:RadScheduler runat="server" ID="RadScheduler" ShowFullTime="True" OverflowBehavior="Expand" |
| DataKeyField="ID" DataSubjectField="Subject" DataStartField="Start" DataEndField="End" > |
| </telerik:RadScheduler> |
| </form> |
| </body> |
| </html> |
Thanks
