MVC5 Classic
wijdatepager

The wijdatepager widget is an horizontal UI control that allows users to quickly select a date by using a specific time interval view (day/week or month). By default the wijdatepager shows the day view using the current date as the selected date. The wijdatepager widget is created by the jquery.wijmo.wijdatepager.js library.

The wijdatepager contains content, like in the following example:

<div id="datepager" style="margin-top:20px"></div>

You can initialize the wijdatepager with script similar to the following:

<script id="scriptInit" type="text/javascript">

    $(document).ready(function () {

        $("#datepager").wijdatepager();

    });   

</script>

See Also:

For more information about wijdatepager, click one of the following external links to view our Wijmo wiki documentation:

See Also

 

 


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

Product Support Forum |  Documentation Feedback