This is a migrated thread and some comments may be shown as answers.

Maybe a bug

1 Answer 37 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Michael
Top achievements
Rank 1
Michael asked on 23 Dec 2010, 04:27 PM
Hi,
I think there is a little bug in the ReportViewer (for WebForms). It doesn't work if the 'ClientIdMode' is set to 'Static'.

Can you confirm it??

Michael

1 Answer, 1 is accepted

Sort by
0
Steve
Telerik team
answered on 30 Dec 2010, 11:28 AM
Hello Michael,

No surprise here, this option forces the control’s ClientID to use its ID value directly, which means that it can potentially cause conflicts with other control on the page. If there are several instances of the same naming container there can easily be a client ID naming conflict. The report detail section basically acts as repeater i.e. databound control, and if you assign Static to a Databound control, child controls in templates do not get unique IDs either, so for such cases where you rely on unique Id for child controls you have to use Predictable or AutoID rather than Static. More info about the ClientIdMode is available in MSDN.

Kind regards,
Steve
the Telerik team
Get started with Telerik Reporting with numerous videos and detailed documentation.
Tags
General Discussions
Asked by
Michael
Top achievements
Rank 1
Answers by
Steve
Telerik team
Share this question
or