Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

2
Votes

Customer Query:

I am working with the Syncfusion Blazor PivotView component and need assistance customizing its data retrieval process. Specifically, I want to add custom body parameters to the POST request that the PivotView component sends to the Server-Side Engine.

Currently, I can set the Url property. However, I do not see an option to include custom 

body
parameters in the request. For example, I need to send additional data such as:

- planId

- scenarios

- dateRange

- segment

- Other custom values.


My questions are:

- Is there an event or method in the Syncfusion Blazor PivotView component that I can use to modify the outgoing request before it is sent?

- If direct integration isn’t possible, what would be the recommended approach to include these custom parameters in the POST request?


I would appreciate any guidance or examples on how to achieve this functionality.


Requirement:

In the Blazor Pivot Table, there is currently no option to pass additional information along with the pivot report information from the client to the server. To address this, we need to implement event support that allows passing additional information, such as custom properties, from the client-side to the server-side (i.e., POST request). This event will enable users to manipulate the request before it is sent to the server for processing.

For reference, in the EJ2 Pivot Table, there is an event called the beforeServiceInvoke event, which is used to fulfill these requirements. Similarly, we need to implement a similar event for the Blazor Pivot Table.