jQuery UI Widgets Forums Grid How to change the dropdown list width?

This topic contains 1 reply, has 2 voices, and was last updated by  admin 7 months, 3 weeks ago.

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

  • Serdar
    Participant

    hi i am using the drop down filter feature. how can i set the width of the listing screen? because by default the listing does not open according to the width of the column.
    I wanted to change the min and max value but it didn’t work
    thank you

    ` {
    text: ‘AKTÄ°F’, filtertype: ‘list’, filteritems: items,datafield: ‘IS_LOCKED’, width: “23%”, createfilterwidget: function (column, columnelement, widget) {

    column.minwidth = 10
    column.maxwidth = 10
    widget.jqxDropDownList({ itemHeight: 45 });
    }
    },`
    https://ibb.co/YZ2tZks


    admin
    Keymaster

    Hi Serdar.

    You can use widget.jqxDropDownList({dropDownWidth: 250}); This determines the dropdown’s width.

    Best regards,
    Peter Stoev

    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.