C# Corner
Tech
News
Videos
Forums
Trainings
Books
Events
More
Interviews
Jobs
Live
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Find Row ID of a Selected Row in JqGrid.
WhatsApp
Viraj Deshmukh
Mar 01
2015
13
k
0
0
With the help of this code snippet,we can get the row id of the selected row of a jqgrid.
//Assign the grid to a variable.
var myGrid = $('#grdCSCData'),
//Get the rowid
selRowId = myGrid.jqGrid('getGridParam', 'selrow'),
JqGrid
Up Next
Find Row ID of a Selected Row in JqGrid.