Forum

July 12th, 2025
A A A
Avatar

Lost password?
Advanced Search

— Forum Scope —




— Match —





— Forum Options —





Minimum search word length is 3 characters - maximum search word length is 84 characters

The forums are currently locked and only available for read only access
sp_Feed Topic RSS sp_TopicIcon
detect the displayed columns after column chooser submit
25/08/2010
00:40
Avatar
betty
Member
Members
Forum Posts: 22
Member Since:
24/06/2009
sp_UserOfflineSmall Offline

I use columnChooser in my application, and everything works perfectly. I have defined function in gridComplete event to get the number of columns in the grid.

gridComplete: function() {

        var colnum = $("#customGrid").getGridParam("colModel").length;

...

}

Right now I need to detect the columns that are still in grid after user removed some from the column chooser dialogue box. My question is how to retrieve the colModel state at that moment? I guess some column chooser dialogue box onSubmit event should be invoked to capture the properties of each columns?

Thanks a lot for any help.

25/08/2010
23:40
Avatar
Veetor
Columbus,oh
New Member
Members
Forum Posts: 2
Member Since:
25/08/2010
sp_UserOfflineSmall Offline

I have used something like this below, perhaps hook it when you need it.

var cols = [];

$.each(

$('#grid_id).jqGrid('getGridParam', 'colModel'),

function () {

if (!this.hidden) {

cols.push(this.index);

}

}

);

Forum Timezone: Europe/Sofia

Most Users Ever Online: 994

Currently Online:
13 Guest(s)

Currently Browsing this Page:
1 Guest(s)

Top Posters:

OlegK: 1255

markw65: 179

kobruleht: 144

phicarre: 132

YamilBracho: 124

Renso: 118

Member Stats:

Guest Posters: 447

Members: 11373

Moderators: 2

Admins: 1

Forum Stats:

Groups: 1

Forums: 8

Topics: 10592

Posts: 31289

Newest Members:

, razia, Prankie, psky, praveen neelam, greg.valainis@pa-tech.com

Moderators: tony: 7721, Rumen[Trirand]: 81

Administrators: admin: 66

Comments are closed.
Privacy Policy   Terms and Conditions   Contact Information