Dear
the property FirstDisplayedScrollingRowIndex is not shown in telerik, how to set a row in the datagrid to be displayed at the top of the grid, not using the pinposition property.
The problem is that when the user is adding a lot of rows (the adding rows is on the bottom), the user must use the scroll bar of a grid to go down , and it's a little bit difficult.
using the usual gridview :
dataGridView1.FirstDisplayedScrollingRowIndex = dataGridView1.SelectedRows[0].Index;
how to use it in telerik ?