Rank: Newbie Groups: Member
Joined: 3/6/2008 Posts: 3
|
I have the following page:
<%@ Page Language="VB" MasterPageFile="~/MasterPage.master" AutoEventWireup="false" CodeFile="Test2.aspx.vb" Inherits="Test2" title="Untitled Page" %>
<%@ Register Assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" Namespace="System.Web.UI" TagPrefix="asp" %>
<%@ Register Assembly="EO.Web" Namespace="EO.Web" TagPrefix="eo" %>
<asp:Content ID="Content1" ContentPlaceHolderID="cphPageBody" Runat="Server"> <asp:ScriptManager ID="ScriptManager1" runat="server"> </asp:ScriptManager> <asp:UpdatePanel ID="UpdatePanel1" runat="server"> <ContentTemplate> <eo:Calendar ID="Calendar1" runat="server" ControlSkinID="None" DayCellHeight="140" DayCellWidth="160" DayHeaderFormat="Full" DisabledDates="" GridLineColor="207, 217, 227" GridLineFrameVisible="False" GridLineVisible="True" SelectedDates="" TitleLeftArrowHtml="<" TitleRightArrowHtml=">" VisibleDate="2008-09-01" AutoPostbackOnScroll="True"> <CalendarStyle CssText="border-right: #cfd9e3 1px solid; border-top: #cfd9e3 1px solid; font-size: 11px; border-left: #cfd9e3 1px solid; cursor: hand; border-bottom: #cfd9e3 1px solid; font-family: verdana; background-color: #eaeaea" /> <DayStyle CssText="background-color:#eaeaea;border-bottom-color:#eaeaea;border-bottom-style:solid;border-bottom-width:1px;border-left-color:#eaeaea;border-left-style:solid;border-left-width:1px;border-right-color:#eaeaea;border-right-style:solid;border-right-width:1px;border-top-color:#eaeaea;border-top-style:solid;border-top-width:1px;font-family:Arial;font-size:12px;text-align:right;" /> <TitleStyle CssText="background-color:#006699;border-bottom-color:#cfd9e3;border-bottom-style:solid;border-bottom-width:1px;color:white;font-family:Arial;font-size:24px;font-weight:bold;padding-bottom:3px;padding-left:3px;padding-right:3px;padding-top:3px;" /> <DayHeaderStyle CssText="FONT-SIZE: 14px; FONT-FAMILY: Arial; HEIGHT: 20px" /> <DayHoverStyle /> <DisabledDayStyle CssText="FONT-SIZE: 14px; FONT-FAMILY: Arial; TEXT-ALIGN: right" /> </eo:Calendar> </ContentTemplate> </asp:UpdatePanel> </asp:Content>
The problem is that the Scroll event isn't firing when I have a DayRender event as well. As soon as I remove the whole DayRender event the Scroll event starts working again! Help!!
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
We looked into this issue and have confirmed this is a bug. We have already fixed this internally and will try to get you an update build as soon as possible.
Thanks
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
This has been fixed in build 2008.0.38.
|