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

Forum statistics

Threads
473,767
Messages
2,569,572
Members
45,045
Latest member
DRCM

Latest Threads

Top