Forum

July 10th, 2011
You must be logged in to post Login Register

Search Forums:


 






SetColumns

No Tags
UserPost

09:55
14/10/2008


bart.reyserhove

New Member

posts 1

If have started using the SetColumns method in combination with a

multiselect grid. There is a little problem then in the sense that the

checkbox of the multiselect grid also comes in the dialog as one

of the columns to be selected.

I fixed this by adding the "hidedlg" property to the checkbox before

adding it to the colmodel.

if(this.p.multiselect) {
            this.p.colNames.unshift("<input id='cb_jqg' class='cbox' type='checkbox'/>");
            this.p.colModel.unshift({name:'cb',width:28,sortable:false,

resizable:false,hidedlg:true});

13:33
14/10/2008


tony

Sofia, Bulgaria

Moderator

posts 7010

Hello,

Thanks. This is corrected. Just download the fresh 3.3 version.

Also this apply to subgrid too.

Regards

Tony

No Tags

About the jQuery Grid Plugin – jqGrid forum

Most Users Ever Online:

157


Currently Online:

35 Guests

Forum Stats:

Groups: 1

Forums: 7

Topics: 9596

Posts: 28792

Membership:

There are 10195 Members

There have been 448 Guests

There is 1 Admin

There are 2 Moderators

Top Posters:

OlegK – 1157

markw65 – 179

kobruleht – 144

phicarre – 126

YamilBracho – 124

Renso – 118

Administrators: admin (56 Posts)

Moderators: tony (7010 Posts), Rumen[Trirand] (81 Posts)




Comments are closed.
Privacy Policy   Terms and Conditions   Contact Information