Welcome to Mediachase Community Sign in | Join | Help    
in Search   

MediaChase Calendar.NET 2.3

Last post Thu, Oct 30 2008, 11:56 AM by truthbrother. 6 replies.
Sort Posts: Previous Next
  •  Wed, Jul 16 2008, 11:32 AM 9953

    MediaChase Calendar.NET 2.3

    Hi,

    my CalendarControl does not display width 100% on month view under IE7 or Firefox 3. All other display modes work correct. How can I fix it?

    Thank you,

    Fabrício
  •  Wed, Jul 16 2008, 10:46 PM 9954 in reply to 9953

    Re: MediaChase Calendar.NET 2.3

    Hi,
    just try to set calendar control width to "100%":

    <mc:calendar id="CalendarCtrl" runat="server" ViewType="MonthView"  Width="100%" >
    ...

  •  Thu, Jul 17 2008, 4:34 AM 9955 in reply to 9954

    Re: MediaChase Calendar.NET 2.3

    Hi,

    Thank you very much for your reply. Actually that was the first thing I tried. I does not work in Firefox 3 only in month view, all other views work fine. Have you tried it in Firefox 3?

    Thank you,

    Fabrício Sperandio
  •  Thu, Jul 17 2008, 11:38 PM 9958 in reply to 9955

    Re: MediaChase Calendar.NET 2.3

    Hi,
    the reason of such behaviour in FireFox 3 is dysplay style of main table. It is "inline-block". You just need to remove it or set it to 'table'. The most simple way to do it is adding small java-script code at the end of your page with calendar control:

    <script type="text/javascript">
    var c = document.getElementById('<%=CalendarCtrl.ClientID%>');
    if(c!=null)
    {
          c.style.display =
    null;
    }
    </script>

    Hope this helps.

  •  Fri, Jul 18 2008, 5:37 AM 9959 in reply to 9958

    Re: MediaChase Calendar.NET 2.3

    Yes! That is it! Thank you very much!
  •  Tue, Oct 28 2008, 4:05 AM 10499 in reply to 9958

    Re: MediaChase Calendar.NET 2.3

    Hi,

     

    I have an ASCX control with a calendar.  In the ASCX markup page I tried this and it didn't work.   The calendar is still scrunched up to the left when there is no datat in the clendar AND I use FireFox. 

    In my case, I used  "CalendarCtr1" in the getelement

    <script type="text/javascript">
    var c = document.getElementById('<%=CalendarCtr1%>');
    if(c!=null)
    {
          c.style.display =
    null;
    }
    </script>

     

     

     

  •  Thu, Oct 30 2008, 11:56 AM 10504 in reply to 10499

    Re: MediaChase Calendar.NET 2.3

    In case you haven't seen it, please refer to this post - http://www.mediachase.com/Community/forums/thread/10501.aspx

    Mediachase Software
View as RSS news feed in XML
Site Terms | Privacy Policy | About Us | Contact Us
Running on Mediachase eCommerce Framework 4.0.
  Copyright © Mediachase, LTD. 1997-2006. All Rights Reserved

E-commerce, HelpDesk, Service Desk & Project Management Software, alternatives to Microsoft Project Server & Sharepoint Collaboration Server
project management software | microsoft project server | sharepoint collaboration server | issues management, helpdesk & service desk
Powered by Community Server, by Telligent Systems