AllowQuickPick and SelectionMode properties for C1Calendar 2025v2 399

Posted by: enrique.pv-ext on 13 May 2026, 7:00 am EST

    • Post Options:
    • Link

    Posted 13 May 2026, 7:00 am EST

    Hi,

    Migrate from 2010v1 to 2025v2 399 in ASP.NET WebForms NET Framework 4.8.1.

    Using C1Calendar from C1.Web.Wijmo.Controls.48.dll

    Changes C1Calendar from 2010v1 to 2025v2 399 control.

    Now those properties not appears:

    AllowQuickPick="true"
    
     calendarDate.SelectionMode = C1.Web.UI.Controls.C1Calendar.SelectionMode.Day;

    any suggestions for alternatives other properties ?

    
       <cli:C1InputDate ID="txtFromDateTime" runat="server" Width="105px"
           DateFormat="dd/MM/yyyy" Culture="Spanish (Peru)" Calendar="C1Calendar2"     
           DropDownButtonAlign="Right" PopupPosition-At-Left="Right" />
    	   
         <%--                    
    		  AllowQuickPick="true"
         --%>	   
        <cc4:C1Calendar ID="C1Calendar2" runat="server" Style="font-size: xx-small"
            Height="180px" Width="230px"
            PopupMode="true" WeekDayFormat="Abbreviated" AllowPreview="false"
            ShowWeekNumbers="false"
            TitleFormat="dd 'de' MMMM 'de' yyyy" MonthViewTitleFormat="MMMM 'de' yyyy" />

    Not compiles

    
    	       calendarDate.SelectionMode = C1.Web.UI.Controls.C1Calendar.SelectionMode.Day;

  • Posted 14 May 2026, 3:03 am EST

    Hello Enrique,

    Both properties are still present in C1Calendar:

    Please refer to the attached sample with implementation. (see C1Calendar_Sample.zip)

    Regards,

    Uttkarsh.

  • Posted 14 May 2026, 6:11 am EST

    Whats means is SelectionMode with Month = true?

    <SelectionMode Month="True" />
  • Posted 15 May 2026, 12:52 am EST

    Hello Enrique,

    Please refer to the documentation for this information: https://developer.mescius.com/componentone/docs/webforms/online-calendar/selectingcalendarmon.html

    Note that Day and Days are by default true and others are false. So, if you want to enable only Month selection, set Day and Days to false.

    <wijmo:C1Calendar ID="C1Calendar1" runat="server" AllowQuickPick="true" ShowWeekNumbers="true">
        <SelectionMode Day="false" Days="false" WeekNumber="false" WeekDay="false" Month="true" />
    </wijmo:C1Calendar>

    Regards,

    Uttkarsh.

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels