Hello All, I am trying to get the Data Grid Control on a js_form to goto the currently selected list line. I am using both of the following and it is not working. The line is current and selected, but the list doesn't bring it to the top. Do List.$next(LineN,ktrue) Do List.$first(kTrue) $cinst.$redraw() What am i doing wrong.