jQWidgets Forums

jQuery UI Widgets Forums Grid Datefilter for only one date.

This topic contains 1 reply, has 2 voices, and was last updated by  Peter Stoev 10 years, 12 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Datefilter for only one date. #52714

    fkaratay
    Participant

    Hi,

    i want to change jqxgrid date column filter from daterange to one date. Is it possible?
    For example; i dont want use 04/08/2014 – 04/11/2014

    i want to use equal one date for example 04/08/2014

    my grid codes;

       $("#jqxgrid").jqxGrid(
                    {
                        width: 941,
                        source: dataAdapter,
                        showfilterrow: true,
                        filterable: true,
                        pageable: true,
                        autoheight: true,
                        editable: false,
                        sortable: true,
                        columnsResize: true,
                        pagermode:'simple',
                        pageSize: 25,
                        selectionmode: 'singleRow',
    
                        columns: [ 
                        { text: 'Create Date', columntype: 'datetimeinput', filtertype: 'date', cellsalign: 'right', cellsformat: 'd', width: 140 },
    bla bla...]...
    Datefilter for only one date. #52719

    Peter Stoev
    Keymaster

    Hi fkaratay,

    The Filter Row at present supports Date Range Filtering. To apply a filter for a specific date, you will have to double click on the Date cell in the Date Picker’s Calendar.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.