views:

58

answers:

0
+2  Q: 

javascript issue

I have adynamic grid, and the functionality of the data in there needs to work such that I can copy down data in my grid incrementally. Assuming in row 5, I enter 10, the following rows starting from the 6th row should read from 11 etc.

If I go to row one which is blank, and enter 2, the count should increment and auto-correct from that row 3 on where it should read next as 3.

My Issue: Unable to accomplish the above once I am on row 1 or 2 and increament from the number I started with on that row.

Any ideas for this?