Scroll bar not maintaining its position in ListView (ASP.net)
        Posted  
        
            by AJ
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by AJ
        
        
        
        Published on 2010-06-07T04:48:29Z
        Indexed on 
            2010/06/07
            4:52 UTC
        
        
        Read the original article
        Hit count: 348
        
Hi I have a listview inside a DIV which shows the scroll bars. At one time, let's say, 10 rows can be seen. I scroll down and click Edit on 25 row. To my surprise, the scroll goes to the first row (although if I go back to 25th row, the row is in edit mode)
My issue, how I can make sure that the scroll bar maintains its position to 25th row after clicking on Edit button?
Please advise. Thanks
AJ
.StopScroll1{ Z-INDEX: 20; POSITION: relative;left:-1px; TOP: expression(document.getElementById("divGrid1").scrollTop); }
..... .....© Stack Overflow or respective owner