Posted 11 May 2020, 11:16 am EST
I am currently using version 10.3. I am not sure if there is a add row option.
I did try the following options with no luck
this.dataView = new GC.Spread.Views.DataView(
this.grid.nativeElement,
this.reportTabSource.reportLines,
this.reportTabSource.reportHeaders,
new GC.Spread.Views.Plugins.GridLayout({
allowColumnResize: true,
allowColumnReorder: false,
showRowHeader: false,
selectionMode: 'none',
allowEditing: true,
allowAutoAddRow: true,
autoAddRowPosition: 'bottom'
})
);
I assume I can add the row myself, and then force it to edit mode. How would I trigger a particular row into editmode