Oh well - found my own solution. Same as the above, but "On a text field in that row, I use the Layout:Ready event with var vIndex = ["(a)", "(b)", "(c)"]; var i = this.parent.index;this.rawValue = vIndex[i];This produces rows with (a), (b) and (c) - and the deletion works to remove the row and ...