06-02-2010, 04:04 AM
It is normal. Initially grid is empty (0 rows). CellSet adds 1 new row if row index does not exist. If exists, it replaces.
First time it added row 0. Next time it added row 1. Then replaced text in row 1.
But I'll probably change the behavior in next QM. In this case, if row 1 specified, it will add empty row 0, and row 1.
First time it added row 0. Next time it added row 1. Then replaced text in row 1.
But I'll probably change the behavior in next QM. In this case, if row 1 specified, it will add empty row 0, and row 1.