jQWidgets Forums

jQuery UI Widgets Forums Grid Date Filter not Working

Tagged: ,

This topic contains 1 reply, has 2 voices, and was last updated by  ivanpeevski 3 years ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Date Filter not Working #121639

    Fiham
    Participant

    I have a jqxgrid with a date filter, but I don’t see the feature to enter from and to date. it’s only able to select a single date for the filter. is this because of using an old version of Jqwidget or is that feature enabled in the current using version?

    Using Version : jQWidgets v4.5.0 (2017-Jan)

    $("#supplierPaymentTreeGrid").jqxGrid(
            {
                width: '100%',
                source: dataAdapter,
                pageable: false,
                autoheight: false,
                sortable: true,
                enabletooltips: true,
                editable: true,
                showfilterrow: true,
                filterable: true,
                theme: 'metro',
                selectionmode: 'singlecell',
                columns: [                
                    { text: 'Document Number', dataField: "TransactionId", align: 'center', cellsAlign: 'center', editable: false, width: '15%', columntype: 'textbox', filtertype: 'input' },
                    { text: 'Transaction Date', dataField: "TransactionDate", align: 'center', cellsAlign: 'center', editable: false, width: '15%', cellsformat: 'D', filtertype: 'date' },               
                    
                    { text: 'Ex Rate Variation', dataField: "ExchangeRateVariation", align: 'right', cellsAlign: 'right', editable: false, cellsformat: 'D2', width: '15%', filtertype: 'number' }
                ]
            });
    Date Filter not Working #121640

    ivanpeevski
    Participant

    Hi Fiham,

    As you can see in our filtering demo, the problem doesn’t appear in the latest version of jQWidgets.

    I strongly recommend updating to a newer version

    If you have any other questions, please do not hesitate to contact us again!
    Best regards,
    Ivan Peevski
    jQWidgets Team
    https://www.jqwidgets.com

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

You must be logged in to reply to this topic.