Categories | Question details Back To List | ||
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 Answer posted by dhxSupport on Feb 23, 2009 02:18 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. |