Hi,
im using grid.addRow({ rowList: rowListarray}); and my grid has a DetailModel. Succesfully y add the 20 rows as this for each row:
var rowDataa = {
newRow:
{
implbl:"Impuestos",
noid:noid,
clv:arreglocampos[3],
},
rowIndx: (i)
};
impuestos is my detailModel that is another grid. I iterate through grid.rowExpand({ rowIndx: y }); to initialize every row detail grid and first 14 rows initialize perfect the DetailModel, but begining at row 15 not initialize correctly the detail grid