Matrix expansion/collaps results in scrolling

  • Hi,

    I have a matrix control, with groups that can expand/collapse.

    The thing is when the user expands a group, the web page, will scroll

    in such a way that the beginning of the group is on the top of the page.

    This is very irritating, cause it makes the report/web page very jumpy.

    Is there a way to turn this behavior off.

    E.g. freeze the vertical scroll bars.

    Both the scroll bar of IE and the scrollbar of the Reportviewer inside

    they both move!!!

  • I am having the same problem. If you have come across a fix, I would love to hear it.

    Thanks.

  • If you have the SSRS ReportViewer control embedded in an ASP.Net web page, try putting in the smartNavigation="False" directive in the Page declaration at the top of the .aspx page hosting the reportviewer control, e.g:

    EDIT - original post ate my embedded HTML... code follows - hopefully...

    EDIT #2 - OK I can't figure out hot to keep the forum from eating my HTML - I am not a frequent forum poster...how does one do this? I have removed the 2 characters at the very beginning and end and the result is (again hopefully) below...

    Page language="c#" Codebehind="HelloWorld.aspx.cs" AutoEventWireup="false" Inherits="MyNameSpace.HelloWorld" smartNavigation="False"

    This is not guaranteed to work as it is a page-level directive and may be overriden by the HTML\Javascript generated by the ReportViewer child control.


    maddog

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply