Set focus on row after edit
-
Hi, i've a GridView with 1000 rows, one column of the grid is "Edit". My problem is - when i'm press on some row (for ex. row mumber 600) the page is set to the top, and then i need to scroll and find the row that become editable. How i can set the focus on the row that i selected (after i pressed on "Edit"). Can someone please help me?
-
Hi, i've a GridView with 1000 rows, one column of the grid is "Edit". My problem is - when i'm press on some row (for ex. row mumber 600) the page is set to the top, and then i need to scroll and find the row that become editable. How i can set the focus on the row that i selected (after i pressed on "Edit"). Can someone please help me?
Try using the MaintainScrollPositionOnPostBack[^] property
I know the language. I've read a book. - _Madmatt
-
Try using the MaintainScrollPositionOnPostBack[^] property
I know the language. I've read a book. - _Madmatt
-
you can just set this on the aspx page at the top in the declaration this might be a little easier.
Three types of people in this world, those that can count and those that can't www.casserlyprogramming.com