Questions tagged [maintainscrollpositionon]

26 questions
0
votes
1 answer

Keep scroll position after Postback - 2019

Before I expose my problem, let me explain the reason why I ask this question again, after all others have been answered. Short answer: None of those worked for me. Long answer: I've been searching this topic, for over 1 year already and still got…
0
votes
1 answer

Gridview sorting - MaintainScrollPositionOnPostback = true does not work

I have a gridview on a web page. I wanted to maintain the scroll position everytime it postbacks after sorting gridview. I have included MaintainScrollPositionOnPostback attribute in the page directive, also included below in…
Manali
  • 53
  • 7
0
votes
2 answers

Maintain div scroll position on postback with html/javascript

Is there a way to maintain the div scroll position on a postback, without using asp? So far I've only found solutions using asp.
ostrgard
  • 380
  • 3
  • 9
0
votes
3 answers

ASP.NET: how to stop page from jumping when using AutoPostBack?

I'm using ASP.NET, and in a Wizard control I have radio buttons where if "Yes" is selected, a panel is shown, but if "No" is selected, the panel is hidden. I have MaintainScrollPositionOnPostBack set to True, though the ActiveStepChanged event…
Sara
  • 185
  • 2
  • 5
  • 16
0
votes
1 answer

maintainScrollPositionOnPostBack clashing with focus method of textobox

I have an ASP.NET Page where in web.config I have added this setting : Now in a aspx page, I have a textbox (txtTop) on top of the form & after user scrolls down (there are lot of controls in between)…
0
votes
1 answer

Show Telerik RadWindow from Server while maintaining scroll position

When displaying a RadWindow while scrolled to the bottom of the page, the window is rendered at the top the of the page and I have to scroll back up to see the window. I'm maintaining post back scroll position by setting…
MobileMon
  • 8,341
  • 5
  • 56
  • 75
0
votes
1 answer

ASP.NET listbox MaintainScrollPositionOnPostBack re-ordering items near bottom reloads listbox at top

I've got an ASP.NET (VB) page with two listboxes. Standard stuff - select an item on left, hit add button and it moves to right, etc. I've also got two buttons to move items up or down in the resulting list. My problem is that if I go to the 2nd…
Mike
  • 417
  • 7
  • 28
0
votes
1 answer

How Stackoverflow jump to the exact location of the comment or reply?

I am developing a forum site for my company's internal use. I am developing it using asp.net. So when a user started a thread other users can reply to it. So then I show a notification on the top to thread owner by using signalR. So in Stackoverflow…
Prageeth Liyanage
  • 1,612
  • 2
  • 19
  • 41
0
votes
0 answers

Maintain scroll position when removing item from ng-repeat

I have an ng-repeat that loads posts from a firebase database. I load the items in reverse so as new posts are made, they appear at the top of the list (similar to Facebook). I have been able to maintain scroll position for the user if a new item is…
prozac
  • 239
  • 2
  • 5
0
votes
1 answer

ASP.NET UpdatePanel Issue Maintaining Page Scroll Position With Cascading DropDownLists

I'd really appreciate some help on this issue. I've scoured SO and Google looking for a solution to this problem and haven't found anything that works 100%. Here's my problem (bear with me on the description of how the page is setup): I have a…
0
votes
2 answers

User checks checkbox and scrolls down, vertical position moves back to before scrolling of user

The issue im having is a user checks the checkbox and scrolls down, the vertical position moves back to before scrolling of user about a second later. I have a checkbox inside a repeater, the checkbox has autopost set to true and i run some code if…
Gazza T
  • 101
  • 2
  • 13
1
2