Hi,
I am using radgrid where I have given ClientSideEvent-onrowclick="rowclick".
In the function rowclick(row)
I'm using the code row._selectedIndexes[0] to get the row clicked.
In IE it is working fine giving the exact value each time but in mozilla it is not giving the exact values. It is somewhat coming as the row clicked before the current row, though I'm not sure.
Can anyone give me any suggestions of how to do it?
Thanks,
Avik
I am using radgrid where I have given ClientSideEvent-onrowclick="rowclick".
In the function rowclick(row)
I'm using the code row._selectedIndexes[0] to get the row clicked.
In IE it is working fine giving the exact value each time but in mozilla it is not giving the exact values. It is somewhat coming as the row clicked before the current row, though I'm not sure.
Can anyone give me any suggestions of how to do it?
Thanks,
Avik