i am getting the row index as -1 when i insert a new data i used the following
how to get the correct row or itemindex
int i = e.item.rowindex;
1 Answer, 1 is accepted
0
Pavlina
Telerik team
answered on 24 May 2011, 01:00 PM
Hi Abinav,
This is actually the default behavior of RadGrid control. However you should use TableView's InsertItemPageIndexAction property to modify it to better match your requirements. For a live example please examine the second grid in this online example.