Client Side Event BeforeServiceInvoke

Hi, 

i try to intercept BeforeServiceInvoke client-side event when is starting Node Dropped action but doesn't work. This event intercept only Initialize Client. But others actions? 
Documentation say this -> https://help.syncfusion.com/js/pivotclient/how-to#invoking-event-in-client-side-before-service-invoke
I use asp .net mvc product but I think event will work in the same way. 

Here my code when i add client side event and function connected.

@Html.EJ().Pivot().PivotClient("PivotClient1").Locale("it-IT").Url(Url.Content("~/api/RelationalClient")).EnableDrillThrough(true).EnablePivotTreeMap(true).EnableAdvancedFilter(true).EnableMemberEditorPaging(true).EnableAdvancedFilter(true).CollapseCubeBrowserByDefault(true).ChartType(PivotChartType.Column).ToolbarIconSettings(toolbaricon => { toolbaricon.EnableAddReport(false).EnableNewReport(false).EnableRemoveReport(false); }).DisplaySettings(displaySettings => displaySettings.ControlPlacement(PivotClientControlPlacement.Tile).EnableTogglePanel(true).EnableFullScreen(true)).ClientSideEvents(oEve => { oEve.BeforeServiceInvoke("beforeServiceInvoke").DrillThrough("drilledData").RenderSuccess("renderSuccess").BeforeExport("Export").SaveReport("reportSettings").LoadReport("reportSettings").FetchReport("reportSettings"); }).EnableSplitter(false).IsResponsive(true)

function beforeServiceInvoke(){
      console.log("service invoke");                  
}

I wait for your update. Thank you.
Simone

1 Reply

SA Scintilla Arul Jothi Raj Syncfusion Team May 3, 2018 12:45 PM UTC

Hi Simone, 

Sorry for the inconvenience caused. 

We confirmed that the client side event “beforeServiceInvoke” is not triggered properly in relational server mode is an issue and we have logged a defect report. This issue occurs due to operational mode is not checked properly for relational datasource. The fix for this issue will be included in the upcoming Essential Studio 2018 Volume 2 release which is estimated to be available around end of May 2018. 
 
Please let us know, if you have any concerns. 
 
Regards, 
Scintilla A

Loader.
Up arrow icon