Datagrid Select Row when there is a vertical scrollbar

Hi:

I have a Radzen Datagrid that shows a vertircal scrollbar. Only 10 records are visible, but the paging is set to 20 per page.

Programmatically we select a row, but when the selected row is at the bottom of the grid, we need to know if we can do an automatic scrollbar to move to the bottom of the datagrid.

Any idea how to achieve that. I tried with javascript method scrollIntoView(false) without luck.

Thanks