Hi,
I'm facing a problem by setting check all propery to jqgrid.
On my jqgrid instantiation i'm setting all checkbox as checked by using below code:
|
1 |
<div class="sfcode">$('.cbox').attr('checked', true);</div></code><br /> |
|
1 |
or |
|
1 |
<pre class="default prettyprint"><div class="sfcode"><div class="sfcode">$('.cbox').trigger('click');</div></div> |
|
1 |
the problem i'm facing here is, while retrieving the value of selected checkbox using below code: |
|
1 |
<div class="sfcode">$("#mygrid").getGridParam("selarrrow");</div></code>it return me no value, rather it should return me the array of selected ids. |
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top