Posted 11 May 2020, 11:14 am EST
I am not sure if the option to add a row was available in 10.3.
I tried the following with no luck. Can I add a blank row and put it in edit mode. If so, how would I trigger the editmode for a particular row
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'
})
);
thanks in advance