jQWidgets Forums

jQuery UI Widgets Forums Grid Combobox dropdown in a jqxgrid

This topic contains 2 replies, has 2 voices, and was last updated by  Apeksha Singh 11 years, 7 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • Combobox dropdown in a jqxgrid #30406

    Apeksha Singh
    Participant

    Hi,

    I want to increase the width of combobox dropdown div not the input field, in a grid.

    So that any words in my list does not get cut.

    I have tried this –

    <pre style=’width: 700px; max-width: 700px; margin: 10px;’ class=’code’>$(<span style=”clear: both; padding: 0px; margin: 0px; color: #a24;”>”#jqxComboBox”</span>).jqxComboBox({dropDownWidth: 250});<div/></pre>

    But it is not resolving my issue.

    Please guide me regarding this as soon as possible.

    Thanks & Regards,

    Apeksha

    Combobox dropdown in a jqxgrid #30412

    Peter Stoev
    Keymaster

    Hi Apeksha,

    Configuration of the Editors should be done in the column’s “createeditor” callback function. In addition, make sure that you use the latest version of the Grid.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    Combobox dropdown in a jqxgrid #30418

    Apeksha Singh
    Participant

    Hi Peter Stoev,

    Thanks for your reply, it resolved my issue.

    Regards,
    Apeksha

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

You must be logged in to reply to this topic.