I have a MultiView in a part of a WebForms page (within a RadPane which is a Telerik component). It contains two Views, an overview and a detail view. When switching between them, the scrollbar position is kept, but I would like to force it to the top. All options I've found so far work on a regular page, but not within a MultiView. Can anyone shed some light on this perhaps?

Solved using jQuery's $().scrollTop(0). Thanks to the rendering of the RadPane I'd been looking at the wrong element.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.