SlickGrid icon indicating copy to clipboard operation
SlickGrid copied to clipboard

New Row

Open thimothy26 opened this issue 8 years ago • 1 comments

Hi, Setfocus is not working after adding a new Row in slickgrid.dataview. var newRowNo = onClickRowNo +1 dataView.insertItem(newRowNo,item);

		grid.setActiveCell(newRowNo,5);
		grid.focus();

Note I am adding new row from parent row Click.

Thanks Thimothy

thimothy26 avatar Sep 11 '17 17:09 thimothy26

not this? https://github.com/6pac/SlickGrid/issues/146

6pac avatar Sep 18 '17 00:09 6pac