Showing selected row

Hi…

I have a grid that current shows a vertical bar when the “rows” are more than it can show. This is fine.

I have code that uses the findCell method

myRows = new Array();
myRows = mygrid.findCell(barcode, 10);

mygrid.selectRowById(myRows[0][0],false,true); <= this does select the correct row.

The problem is that the grid did not scroll to show it. I have to “scroll the bar down” manually.

Thanks
Peter


What version of dhtmlGrid do you use? And do you use smart rendering mode?


Please contact support@dhtmlx.com and provide your ref ID ans we will send you corrected .js files.