Not able to select row in jqgrid

jqgrid, jquery

Solution

I suppose that you have id duplicates in the input data of jqGrid. You should understand that ids will be used as the value of `id` attribute of `<tr>` elements which represent rows. The ids have to be unique on the whole HTML page.

Problem

I am using jqgrid.Everything is fine,but a small issue.I am not able to select any row other than the first row. When ever I click on any ,row the first row is always getting selected. If any one have any idea,please share.

Original source