To make the dhtmlxtreegrid dcrollbar intelligent

In the grid,when enough rows are added to make the scroll bar show up on the right, it would be nice that when a new row is added that the list is shifted all the way to the bottom so the user knows the value they just entered is there.Is it possible to do this in dhtmlxgrid.

Thanks
Seena

You may try to select the added row, so it will be focused:
docs.dhtmlx.com/doku.php?id=dhtm … _selectrow
docs.dhtmlx.com/doku.php?id=dhtm … ectrowbyid
or call the showRow() method to scroll the row to the visible area:
docs.dhtmlx.com/doku.php?id=dhtm … ct_showrow

Thanks It worked