[CLOSED] Cropped Calendar month details panel

  1. #1

    [CLOSED] Cropped Calendar month details panel

    There is cases where the default Calendar's month-details-panel is being cropped. Anyway to fix this?

    Click image for larger version. 

Name:	FireShot Screen Capture #037 - 'PeopleESS' -.png 
Views:	122 
Size:	12.7 KB 
ID:	4440

    I have nth special on my calendar control

                        <ext:CalendarPanel ID="MyCalendar" runat="server" Region="Center" Cls="panel-padding"
                            Border="true">
                            <MonthView ID="MonthView1" runat="server" ShowHeader="true" ShowWeekLinks="true"
                                ShowWeekNumbers="true" ShowTime="false" />                                                                             
                            <Listeners>
                                <ViewChange Fn="ESS.viewChange" Scope="ESS" />
                                <DayClick Fn="ESS.dayClick" Scope="ESS" />
                                <EventClick  Fn="ESS.eventClick" Scope="ESS" />
                                <DateChange Fn="ESS.dateChange" Scope="ESS" />
                            </Listeners>
                        </ext:CalendarPanel>
    Last edited by Daniil; Jul 10, 2012 at 10:19 AM. Reason: [CLOSED]
  2. #2
    Hi,

    I have never met such issue. How we could reproduce that?

Similar Threads

  1. Replies: 5
    Last Post: Jul 12, 2016, 2:28 AM
  2. Replies: 4
    Last Post: Feb 09, 2012, 4:04 PM
  3. Replies: 1
    Last Post: Jul 07, 2011, 8:34 PM
  4. [CLOSED] calendar month view
    By farisqadadeh in forum 1.x Legacy Premium Help
    Replies: 10
    Last Post: May 02, 2011, 3:42 PM
  5. [CLOSED] Calendar Example for Details Edit
    By tjbishop in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Jan 19, 2011, 3:42 AM

Posting Permissions