Select a row in a Datagrid that is not visible

Hi Support:

We need to select a row in the Datagrid with paging programatically. The problem is that the record can be in another page or the record can be belowe the visible area.

Would be possible to select and move the record (page and scroll) so the record will be visible after the selection.

Thanks in advanced

No, this is not possible. You can't select or page to a row which does not exist yet.

Hi korchev:

Right, what I am doing is a an old school approach using javascript to move the scroll based on the index of the row. The side effect of this, is that there is a noticeable delay.

Thanks