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

Don't understand creating custom parameter control.

1 Answer 81 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Mark
Top achievements
Rank 1
Mark asked on 22 Sep 2017, 03:49 PM

I'm following this document for our HTML 5 MVC appliation: http://docs.telerik.com/reporting/html5-mvc-report-viewer-customizing-custom-parameters-editor

On our report page I put the javascript in <script> tags and added the ParameterEditors to our ReportViewer() code, but I don't see any change.

Do I somehow associate this code with an existing parameter control?  If so, how?  I have a mental disconnect on how this is supposed to work.

Thank you.

1 Answer, 1 is accepted

Sort by
0
Todor
Telerik team
answered on 27 Sep 2017, 01:03 PM
Hi Mark,

Based on the provided information I could only suggest you to make sure that the <script> section with the javascript is added in the <head> section of the ReportViewer.cshtml, to assure the functions are loaded before the elements they are attached to are rendered.

If this approach doesn't work I would ask you to send us the project so that we could obtain more information about the requirements, and give you an advice. Note that it would be necessary to open a ticket since you cannot attach documents in a forum post.

Regards,
Todor
Progress Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
General Discussions
Asked by
Mark
Top achievements
Rank 1
Answers by
Todor
Telerik team
Share this question
or