— Top —
Home
Products
Demo
Docs
Support
– Support
– Roadmap
– Download
– Forum
– Blog
– Knowledgebase
– FAQ
Purchase
Home
Products
Demo
Docs
Support
Support
Roadmap
Download
Forum
Blog
Knowledgebase
FAQ
Purchase
BePartners
Guriddo
Profile
Topics Started
Replies Created
Engagements
Favorites
Search replies:
Forum Replies Created
Viewing 1 replies (of 1 total)
Author
Replies
May 19, 2010 at 10:17 am
in reply to:
How to get all grid data from clientArray?
#94327
BePartners
Participant
var myIDs = $( _ID_filegrid ).jqGrid( 'getDataIDs' );<br /> for( var i = 0; i < myIDs.length; i++ ) {<br /> var myRow = $( _ID_filegrid ).jqGrid( 'getRowData', myIDs[ i ] );<br /> // DO YOUR STUFF HERE<br /> ...<br /> }
1
2
3
4
5
6
var
myIDs
=
$
(
_ID
_
filegrid
)
.
jqGrid
(
&
#039;getDataIDs' );<br />
for
(
var
i
=
0
;
i
&
lt
;
myIDs
.
length
;
i
++
)
{
<
br
/
>
var
myRow
=
$
(
_ID
_
filegrid
)
.
jqGrid
(
&
#039;getRowData', myIDs[ i ] );<br />
// DO YOUR STUFF HERE<br />
.
.
.
<
br
/
>
}
Author
Replies
Viewing 1 replies (of 1 total)
Stay connected with us in your favorite flavor!
FaceBook
Twitter
LinkedIn
RSS
Dribbble
Google
Copyright 2014 TriRand Ltd
All Rights Reserved
RSS
Back to Top