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.
I am using jqgrid.Everything is fine,but a small issue.I am not able to select
Share
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
idattribute of<tr>elements which represent rows. The ids have to be unique on the whole HTML page.