Hello Tony,
default parameter of addRow contains rowID: “new_row”. As the result the simplest usage of inlineNav with local grid (having editurl: “clientArray”) will produce id duplicates if one add multiple rows to the grid with respect of clicking on the “Add” button.
Additional problem is that one can't use function as the value of rowID. So one can't produce unique ids or just different ids in a simple way.
I suggest to fix the code of in the following way (I marked changed places with bold font):
addRow : function ( p ) {
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top