jQWidgets Forums

jQuery UI Widgets Forums Lists DropDownList Filterable drop down issue

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Filterable drop down issue #8597

    Bichu
    Member

    In my jqxGrid some columns are not required filterable and sortable feature, so as per the setting i used sortable: false ,filterable:false . But the drop down showing filter option (half cut display), even if I set that filterable:false

    My Code :
    $(“#jqxgridreports”).jqxGrid(
    {
    width: ‘99.8%’,
    source: reportDataAdapter,
    editable: false,
    pageable: true,
    autoheight: true,
    columnsresize: true,
    sortable: true,
    filterable: true,
    selectionmode: ‘singlecell’,
    columns: [
    { text: ‘Actions’,sortable: false ,filterable:false,datafield: ‘ActLnk’, width: 60 , cellsrenderer: linkrenderer },
    { text: ‘Object ID [State]’, sortable: true ,datafield: ‘ObjectID’, width: 177 },
    { text: ‘Title’, datafield: ‘Title’ , width: 200},
    { text: ‘Description’,sortable: false,filterable:false,datafield: ‘Description’, columntype: ‘textbox’ , cellsformat: ‘c2’,width: 595 } ,
    { text: ‘Owner’, datafield: ‘Owner’, width: 81 }
    ]
    });

    Screen shot

    Filterable drop down issue #8600

    Peter Stoev
    Keymaster

    Hi Bichu,

    Thank you for the feedback!.

    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.