Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
810
webDayview and AlldayEventStyles
posted

Hello all,

This is my dayview settings.Eventhough I set the height and width of the 'AllDayEventAreaStyles' ,

the scrollbar is not displayed .It takes the space of as many appointments and the hours area is displayed blurred.

 

Any help?

 

 

 

 

 

 

 

 

<ig_sched:WebDayView VisibleDays="1" runat='server' EnableAppStyling="True"

 

 

EnableActivityMoving="true" EnableActivityResizing="true" ID="webDayView" WebScheduleInfoID="wsInfo"Height="388px" Width="100%" StyleSetName="Pear" ActivityWidthMinimum="25" ActivityHeightMinimum="20">

 

 

<AllDayEventAreaStyle Cursor="Hand" BackColor="Red" CustomRules="Vertical"Height="20px" Width="25px"></AllDayEventAreaStyle>

 

 

<AllDayEventAreaSelectedStyle Cursor="Hand" Height="20"  Width="25px ></AllDayEventAreaSelectedStyle>

 

 

<AllDayEventSelectedStyle Cursor="Hand" Height="20" Width="25"></AllDayEventSelectedStyle>

 

 

</ig_sched:WebDayView>

Parents
  • 2501
    posted

    Hello Sri,

    Thank you for submitting your inquiry to the Infragistics ASP.Net Forums.  I tested the markup code you provided using NetAdvantage 2010 Volume 3 Build 1013 and the ScrollBar for the WebDayView displayed properly, (see the attached screenshot).

    Which version of NetAdvantage are you working with? 

    Please let me know.

    Sincerely,
    Mike D.
    Developer Support Engineer
    Infragistics
    www.infragistics.com/support

Reply
  • 810
    posted in reply to [Infragistics] Mike DiCarlo

     

    Thanks for replying. I am using NetAdvantage version 10.3 and the styleName is Nautilus.

    I have given you the screenshot wherein you can see the Allday event is more nearly 20 where the scrollbars are not displayed and overlaps with the below calendar view.

Children