C# Corner
Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
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
11.3
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.