jQuery UI Widgets Forums Grid showfilterrow cause Invalid array length RangeError

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

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

  • shinhwap
    Participant

    Hi, I have create a grid in docking layout.
    When I set showfilterrow: true, it will cause RangeError: Invalid array length
    Here is my grid code

    
    $("#jqxgrid").jqxGrid(
                                    {
                                        width: '100%',
                                        source: dataAdapter,
                                        columnsresize: true,
                                        pageable: true,
                                        pagermode: 'default',
                                        sortable: true,
                                        showfilterrow: true,
                                        filterable: true,
                                        groupable: true,
                                        selectionmode: 'checkbox',
                                        theme: "shinyblack",
                                        columns: [
                                            { text: 'CAN_ID', datafield: 'can_id',  width: '20%' },
                                            { text: 'Type', datafield: 'type',  width: '25%' },
                                            { text: 'Length', datafield: 'length', width: '10%'},
                                            { text: 'Data', datafield: 'data',  width: '42%' }
                                        ]
                                    });
    

    I have used the latest version 4.1.2 of jqxgrid.js.
    If I remove showfilterrow: true it will work.
    How can I solve this problem?


    Dimitar
    Participant

    Hi shinhwap,

    We do not experience such an issue. Here is a working example: http://jsfiddle.net/Dimitar_jQWidgets/7n7Lwzg8/. If you wish, share a complete example reproducing the issue and we will review it.

    Best Regards,
    Dimitar

    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.