mleibman / SlickGrid

A lightning fast JavaScript grid/spreadsheet
http://wiki.github.com/mleibman/SlickGrid
MIT License
6.81k stars 1.98k forks source link

New Row #1170

Open thimothy26 opened 6 years ago

thimothy26 commented 6 years ago

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

6pac commented 6 years ago

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