
I have a grid having rows with Remove button to remove rows,But we also havae an facility to remove those rows on onchange event of dropdown also,so if we delete middle row and then remove all rows on onchange of dropdown then because of rows indexing issue,they can't get middle row index value which is we removed.so my for loop to remove all rows stop at middle stage,and can not go further to remove rows.please give me solution of "how to bypass that row index which is we removed and go forward to remove all rows" plz help me!:(