Questions tagged [column-chooser]
14 questions
3
votes
1 answer
How to keep original jqgrid width when applying columnchooser?
I am using jQgrid 4.7.0 version. When I apply 'Remove all' option in 'columnchooser' the grid's width shrinks and hence unable to see even my jQgrid headers and the jQgrid pagers.
Please see the same issue here.
I set
`height: 'auto',…

J Febi
- 121
- 1
- 6
2
votes
0 answers
Change text in Column Chooser - ejs-grid
I am using ejs-grid column chooser. I want to change the text 'Columns' to 'Show Column Chooser'. Is there any way I can do it without adding any external button as a solution.

Viveka
- 175
- 2
- 12
2
votes
0 answers
free-jqGrid column chooser with bootstrap
I can't find a way to get column chooser working with botstrap gui style.
ui.multiselect.js requires jquery UI widget components. Is there any example showing how to replace these and have a 'bootstrap only' column chooser?

eltano
- 25
- 4
2
votes
1 answer
jqGrid 4.8.2 Grid width changes after columnChooser is done
I am using jqGrid 4.8.2 and have set up my grid with a fixed width. But, when I modify the displayed columns using columnChooser, the width of the grid is readjusted to the combined width of all columns and the horizontal scroll is gone. I've…

user2754423
- 35
- 5
2
votes
1 answer
JqGrid column chooser with column header
I have two questions about column chooser. firs one is that I'm using header grouping for my grid, for example I have a Display header group with two columns of Type and Size, and also another header Group which name is Storage with two sub columns…

Soheil
- 113
- 3
- 12
1
vote
0 answers
Kendo grid column menu extension
Kendo grid provides an option to choose columns when we set "columnMenu: true"
I need to save the chosen columns in database. How to achieve the same in Kendo Grid?

Kalyan Chakravarthy S
- 716
- 2
- 7
- 20
0
votes
1 answer
JQGRID - Column chooser too slow when setGroupHeaders defined on grid
I have a problem with the column chooser, very slow to display result after choosing column to add or remove. I have noticed the "setGroupHeaders" is the problem. The couple column Chooser and Group Header does not seem to have good…

user1182494
- 1
- 2
0
votes
1 answer
jqGrid Basic Column Chooser
jqGrid has a column chooser functionality as like described here:
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:jquery_ui_methods
and a demonstration from @Oleg:
http://www.ok-soft-gmbh.com/jqGrid/SimpleLocalGridWithColumnChooser.htm
However…

kamaci
- 72,915
- 69
- 228
- 366
0
votes
1 answer
Devexpress ColumnChooser keep track of chosen column when navigating in Angular
I have a scenario where the user can hide/show columns with the column choser, navigate away and then when he/she comes back to the page with the grid the columns that were hidden at the point of the navigation are still hidden.
I thought about a…

Lfederzoni
- 3
- 2
0
votes
1 answer
How to restore the columns to same place on jqGrid ColumnChooser?
I am using jqgrid .
My aim is to view hide columns .I used columnChoser like mentioned below .
$('#Table').jqGrid('columnChooser', {
done: function (perm) {
if (perm) {
this.jqGrid('remapColumns',…

user9074131
- 63
- 1
- 3
- 12
0
votes
0 answers
How to save user settings of a JQGrid after a column chooser has modified the grid into a table?
I have a JQGrid and a column chooser implemented on the grid. I want to save the user selected column settings(hidden and visible columns and column order)into a database table and so need to fire a query when the ok button in the column chooser is…

karansabhani
- 137
- 4
- 14
0
votes
1 answer
Swap Selected and available columns of columnchooser dialogue + jqgrid
Current in columnchooser popup, selected columns come on the left side and available on right side, is there a way i can swap the columns to make available on left and selected on right ?

Vips
- 3
- 2
0
votes
1 answer
Add custom button into jqGrid ColumnChooser dialog
i want to add custom button into ColumnChooser dialog box and make it to behave like others. I try to get something like this(Default button)
_this.table.jqGrid("navButtonAdd", _this.pid, {
caption: "",
buttonicon: "icon",
title:…

werasquez
- 99
- 2
- 10
0
votes
1 answer
DevExpress DataGrid's ColumnChooser
I use AutoPopulateColumns system to display my structure on DataGrid. is there any propertie's Attribute to show Property on ColumnChooser window, not on the grid?
Thanks.

Artem Makarov
- 874
- 3
- 14
- 25