Hi
I have a web page with two iFrames. One contains the header of the report
and the second contains the body of the report. Since the report has close to
20 columns we have a horizontal scroll bar. The header which is in a
different iFrame scrolls in sync with the body of the report in the default
view. However if I unhide some columns in the body of the report (the report
is created in MS Reporting Services) and delivered on a custom .NET app, the
scrolling becomes out of sync.
The reason we kept the header in a different iFrame is that we have a
vertical scroll also and we wanted the header to be frozen.
Any suggestions are welcome.
Rags
Joel Plofsky - 28 Oct 2004 20:41 GMT
> Hi
>
[quoted text clipped - 11 lines]
>
> Rags
A few questions:
What user action causes columns to be unhidden?
Is the user action taken to the header iFrame, the body IFrame, or something else?
Does your code hide and unhide the columns?
Do columns become unhidden client-side or server-side?
Is there an event that gets fired when a column gets unhidden?