HiThere's a much easier way to show a row counter. Create a numeric field in the row, make it read-only/calculated, select the calculate event, and set it to: this.parent.index+1;This has the advantage of automatically recalculating if you delete an intermediate row.Howardhttp://www.avoka.com