Hide Select All Checkbox in header

QuestionsHide Select All Checkbox in header
Michael asked 1 day ago

I would like to hide the Select All Checkbox in the header, when using multiselect, code below is what I am using.

I have used your method to have a checkbox, but only one row at a time. This works great, but the select-all checkbox at the top can still be selected, which I don’t want.

I have tried several options to hide, but with no luck. Any help is appreciated.

Thanks

 

MIke

 

$grid[“multiselect”] = true;
$grid[“beforeSelectRow”] = “function(rowid, e) { if ( jQuery(‘#list1’).jqGrid(‘getGridParam’,’selarrrow’) != rowid) jQuery(‘#list1’).jqGrid(‘resetSelection’); return true; }”;

1 Answers
Abu Ghufran Staff answered 4 hours ago
_________________________
Abu Ghufran - Dev Team
Grid 4 PHP Framework
 
Your Answer

8 + 11 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



How useful was this discussion?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate it.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?