STEPS:
1.Open a Grid.
2.Scroll the values such that 10th record shows at the top of the grid
3.add a row to the grid through some UI action
OBSERVED BEHAVIOUR:
1.The RowDetailTemplate control comes up but with data from 9th record, not the first record which is expected.
EXPECTED BEHAVIOUR:
1.The RowDetailTemplate control should be linked visually with first row.