Completed
Last Updated: 10 Nov 2021 16:55 by ADMIN
Release R3 2021 SP1
Sagar
Created on: 03 Aug 2021 20:35
Type: Bug Report
3
WebServiceDataSource Add Parameter Button Routes to Index.razor in Blazor Web Report Designer

Hello, 

I am using the Blazor Web Report Designer on a page that is not the default route, i.e. "/". When I am at step 2 in the WebServiceDataSource wizard to add parameters, if I click the Add Parameter button it routes to the home page. 

I believe this is caused by the href="#' empty route. Below is an animation of what I mean. This is also reproduced in the BlazorIntegrationDemo in the installation directory.

 

ea14844d-c61e-4dd7-a8c4-151c472ba700_add-parameter-click-issue.gif (1920×866)

3 comments
ADMIN
Eric R | Senior Technical Support Engineer
Posted on: 30 Aug 2021 15:55

Hi Sagar,

We generally update the ticket once items have moved through the Status Pipeline and have began working on it. Currently, we are working on the R3 release items and this is tentatively scheduled for R3 Service Pack 1 release which fall after the R3 release. 

I encourage following the item to receive status updates.

In the meantime, please let me know if you need any additional information. As always, thank you for your continued feedback.

Regards,


Eric R | Senior Technical Support Engineer
Progress Telerik

Brand new Telerik Reporting course in Virtual Classroom - the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products. Check it out at https://learn.telerik.com/.
Sagar
Posted on: 24 Aug 2021 18:25

Hello,

Is there any update regarding this bug?

Thanks,

Sagar Patel

ADMIN
Eric R | Senior Technical Support Engineer
Posted on: 03 Aug 2021 21:00

Hi Sagar,

Thank you for bringing this to our attention. Let me provide the workaround below for anyone else experiencing this issue. 

Workaround

To workaround this, construct the WebServiceDataSource URL with an inline parameter using an @ParamName format which will prepare the Configure Parameters section upon moving to step 2.

For example, if 3 parameters are needed construct the URL with [URL]/@param1/@param2/@prarm3 format which will add 3 parameters to the next step. For full details on this see the Using Parameters with the WebServiceDataSource documentation.

Wrapping Up

Please let us know if you have any additional questions. Thank you.

Regards,


Eric R | Senior Technical Support Engineer
Progress Telerik

Brand new Telerik Reporting course in Virtual Classroom - the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products. Check it out at https://learn.telerik.com/.