MVC4 Classic
Select Months

To enable calendar month selection, set the month value to true for the selectionMode option and the ShowWeekNumbers option to true like the following:

$("#calendar1").wijcalendar({
             showWeekDays: true,
             showWeekNumbers: true,
             selectionMode:{month: true}
         });

This topic illustrates the following:

The MonthSelectorImage appears in the upper left corner of the month view. The month selector selects all of the days of the month when the mouse cursor is placed over it.

See Also

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum |  Documentation Feedback