Hi...
In grid View Control while adding the rows some time it passing row index value as -1.i saw what is the reason and i found it.
1)First time Grid shows click here to add new row.so we click the row and adding values continuously.in the last column we press tab or enter ,it adds new row and adding values that time if any event occur,row index is passing as -1.
2) reason is , if grid shows Click here to add new row ,the grid passes row index correctly.or else it passes -1.
Please help me...is there any way to avoid this?
In grid View Control while adding the rows some time it passing row index value as -1.i saw what is the reason and i found it.
1)First time Grid shows click here to add new row.so we click the row and adding values continuously.in the last column we press tab or enter ,it adds new row and adding values that time if any event occur,row index is passing as -1.
2) reason is , if grid shows Click here to add new row ,the grid passes row index correctly.or else it passes -1.
Please help me...is there any way to avoid this?