Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7171789
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T15:29:04+00:00 2026-05-28T15:29:04+00:00

I am using jqGrid with ui.multiselect.js for column choosing and reordering. The dialog which

  • 0

I am using jqGrid with ui.multiselect.js for column choosing and reordering. The dialog which comes up is resizable but when resized, the contents of the dialog are not resized.
Do you have to hook into any event do the stuff?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T15:29:05+00:00Added an answer on May 28, 2026 at 3:29 pm

    You are right. Currently it’s a problem in the column chooser.

    It’s better to make some fixes in the code of the columnChooser method. Before all you can improve the situation with resizing by making some changes in the Column Chooser dialog after the dialog is created. For example with the following code

    $(this).jqGrid('columnChooser',
        {width: 550, msel_opts: {dividerLocation: 0.5}});
    var columnChooser = $("#colchooser_" + $.jgrid.jqID(this.id));
    columnChooser.css('min-width', columnChooser.width() + 'px');
    var dialog = columnChooser.closest('div.ui-dialog');
    columnChooser.closest('div.ui-dialog').css('min-width', dialog.width() + 'px');
    
    var div = columnChooser.children('div:has(div.ui-multiselect)');
    div.css('width', '100%');
    
    var uiMultiselect = div.children('div.ui-multiselect');
    uiMultiselect.css('width', '100%');
    uiMultiselect.children('div.available').css({width: '49.9%'});
    uiMultiselect.children('div.selected').css('width', '49.9%');
    

    you will have fairly good results with the horizontal resizing (see the demo). In the way you can either solve or at least have improve the results of resizing.

    UPDATED: I posted here suggestions to make columnChooser really resizable. You can see the results on the demo.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a asp.net webforms page in which I'm using the jqGrid component. The
I am using JQGrid in my solution in which i load tabs dynamically, but
Hi I'm using jqgrid to show some information in a grid. But I have
I am using jqgrid 3.8. I have a grid which is having some editable
Its like I have multiselect option in Jqgrid in which i want to pass
I'm using jqgrid for which I create column definitions on server as dynamic objects
Greetings, I have a problem using jqgrid and jquery tab (I am coding in
I have a project in ASP.NET MVC1 using VB.NET controlers and JqGrid. it works
I am using jqgrid and have simple searching enabled. I am wondering if there
I am using jqgrid in 'multiselect' mode and without pagination. When the user selects

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.