You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -44,7 +44,7 @@ Follow below steps to create ASP.NET MVC Application.
44
44
45
45
**Step 1:** Add the [`Syncfusion.EJ2.MVC5`](https://www.nuget.org/packages/Syncfusion.EJ2.MVC5/) NuGet package to the new application by using the Nuget Package Manager. Right-click the project and select **Manage NuGet Packages...**.
46
46
47
-
N> Refer to [this article](../../nuget-packages/) to learn more details about installing Essential<supstyle="font-size:70%">®</sup> JS 2 NuGet packages in various OS environment.
47
+
N> Refer to [this article](../../EJ2_ASP.MVC/nuget-packages) to learn more details about installing Essential<supstyle="font-size:70%">®</sup> JS 2 NuGet packages in various OS environment.
@@ -84,7 +84,7 @@ N> The Syncfusion.EJ2.MVC5 NuGet package has dependencies, [`Newtonsoft.Json`](h
84
84
</configuration>
85
85
```
86
86
87
-
**Step 4:** Add the client-side resources through [CDN](https://ej2.syncfusion.com/documentation/deployment/#cdn) in the `<head>` element of `~/Views/Shared/_Layout.cshtml` layout page.
87
+
**Step 4:** Add the client-side resources through [CDN](https://ej2.syncfusion.com/documentation/deployment#cdn) in the `<head>` element of `~/Views/Shared/_Layout.cshtml` layout page.
88
88
89
89
```html
90
90
<head>
@@ -752,13 +752,13 @@ The two types of calculated fields are as follows:
752
752
753
753
### BeforeServiceInvoke
754
754
755
-
The [`beforeServiceInvoke`](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.PivotView.PivotView.html#Syncfusion_EJ2_PivotView_PivotView_BeforeServiceInvoke) event is triggered before initiating any service communication with the OLAP server in the Pivot Table and Field List components.
755
+
The [`BeforeServiceInvoke`](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.PivotView.PivotView.html#Syncfusion_EJ2_PivotView_PivotView_BeforeServiceInvoke) event is triggered before initiating any service communication with the OLAP server in the Pivot Table and Field List components.
756
756
757
757
* This event allows you to inject custom properties or additional parameters dynamically before a request is made to the OLAP server.
758
758
759
759
* It is particularly useful for passing contextual data such as user tokens, custom filters, or localization information along with the original server request.
760
760
761
-
When the [`beforeServiceInvoke`](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.PivotView.PivotView.html#Syncfusion_EJ2_PivotView_PivotView_BeforeServiceInvoke) event is triggered, the event argument provides access to the request details and includes a `customProperties` field.
761
+
When the [`BeforeServiceInvoke`](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.PivotView.PivotView.html#Syncfusion_EJ2_PivotView_PivotView_BeforeServiceInvoke) event is triggered, the event argument provides access to the request details and includes a `customProperties` field.
762
762
763
763
{% if page.publishingplatform == "aspnet-core" %}
764
764
@@ -767,7 +767,7 @@ When the [`beforeServiceInvoke`](https://help.syncfusion.com/cr/aspnetmvc-js2/Sy
767
767
{% include code-snippet/pivot-table/getting-start-mvc/olap-beforeserviceinvoke/tagHelper %}
{% include code-snippet/pivot-table/getting-start-mvc/olap-beforeserviceinvoke/beforeServiceInvoke.cs %}
781
+
{% include code-snippet/pivot-table/getting-start-mvc/olap-beforeserviceinvoke/olap-beforeServiceInvoke.cs %}
782
782
{% endhighlight %}
783
783
{% endtabs %}
784
784
{% endif %}
785
785
786
786
### AfterServiceInvoke
787
787
788
-
The [`afterServiceInvoke`](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.PivotView.PivotView.html#Syncfusion_EJ2_PivotView_PivotView_AfterServiceInvoke) event is triggered in the Pivot Table and Field List components during the onSuccess phase of every OLAP service request.
788
+
The [`AfterServiceInvoke`](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.PivotView.PivotView.html#Syncfusion_EJ2_PivotView_PivotView_AfterServiceInvoke) event is triggered in the Pivot Table and Field List components during the onSuccess phase of every OLAP service request.
789
789
790
790
* This event is useful for performing post-processing, logging actions, or updating the UI after receiving a successful response from the OLAP server.
791
791
792
792
* You may use it to audit data, trigger notifications, or handle custom response-handling logic.
793
793
794
-
When the [`afterServiceInvoke`](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.PivotView.PivotView.html#Syncfusion_EJ2_PivotView_PivotView_AfterServiceInvoke) event is triggered, the event argument provides access to the server response details, including properties such as the action performed and the result data returned from the OLAP server.
794
+
When the [`AfterServiceInvoke`](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.PivotView.PivotView.html#Syncfusion_EJ2_PivotView_PivotView_AfterServiceInvoke) event is triggered, the event argument provides access to the server response details, including properties such as the action performed and the result data returned from the OLAP server.
795
795
796
796
{% if page.publishingplatform == "aspnet-core" %}
797
797
@@ -800,7 +800,7 @@ When the [`afterServiceInvoke`](https://help.syncfusion.com/cr/aspnetmvc-js2/Syn
800
800
{% include code-snippet/pivot-table/getting-start-mvc/olap-afterServiceInvoke/tagHelper %}
@@ -56,7 +56,7 @@ N> The Syncfusion.EJ2.AspNet.Core NuGet package has dependencies, [`Newtonsoft.J
56
56
@addTagHelper *, Syncfusion.EJ2
57
57
```
58
58
59
-
**Step 4:** Add the client-side resources through [CDN](https://ej2.syncfusion.com/documentation/deployment/#cdn) or [local npm package](https://www.npmjs.com/package/@syncfusion/ej2) in the `<head>` element of the `~/Views/Shared/_Layout.cshtml` layout page.
59
+
**Step 4:** Add the client-side resources through [CDN](https://ej2.syncfusion.com/documentation/deployment#cdn) or [local npm package](https://www.npmjs.com/package/@syncfusion/ej2) in the `<head>` element of the `~/Views/Shared/_Layout.cshtml` layout page.
60
60
61
61
```html
62
62
<head>
@@ -739,7 +739,7 @@ When the [`beforeServiceInvoke`](https://help.syncfusion.com/cr/aspnetcore-js2/S
739
739
{% include code-snippet/pivot-table/getting-start-mvc/olap-beforeserviceinvoke/tagHelper %}
0 commit comments