GridView - Scroll on image button click

I

Iain

I have a simple page with a image button and a Gridview.

On the click of the image button I have the following :

if ((GridView1.Rows.Count) >= (GridView1.SelectedIndex + 2))
{
GridView1.SelectedIndex = GridView1.SelectedIndex + 1;
GetHistoryData();
}

This works as you'd expect and highlights the next row on the grid. Only
problem is the gridview scroll bar doesn't automatically scroll, is
there any way to automatically scroll the grid when the button is clicked.

TIA
Iain
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,763
Messages
2,569,562
Members
45,039
Latest member
CasimiraVa

Latest Threads

Top