WCF reference for ej Controls

23 Feb 201712 minutes to read

The details of WCF Service reference has been shown in the below table.

Northwind Data Service

WCF Description
Northwind Data Service for Grid It is used to retrieve the records from “Orders” and “Customers” table in Remote Data Service.
Northwind Data Service for Kanban It is used to retrieve the records from “Tasks” table in Remote Data Service.

PivotChart (Relational)

WCF Description
Initialize It fetches the Relational data required to initialize the PivotChart from server-end.
Drill It fetches the drilled Relational data required to render the PivotChart control from server-end.

PivotChart (OLAP)

WCF Description
Initialize It fetches the OLAP data required to initialize the PivotChart from server-end.
Drill It fetches the drilled OLAP data required to render the PivotChart control from server-end.
Export It exports the PivotChart control at the instant to the specified format.

PivotClient (Relational)

WCF Description
Initialize It fetches the data required to initialize the control.
FetchMembers It fetches the details of the members in the selected field on opening member editor.
DrillChart It fetches the drilled data required to render the control on performing drilldown in PivotChart.
Filtering It fetches the data required to render the control on performing filtering.
DropNode It fetches the data required to render the control on performing node drop action.
ToolbarOperations It fetches the data required to render the control on performing toolbar operations.
SaveReportToDB It saves the current report to database with the specified name.
Export It exports the PivotGrid or PivotChart or both to the selected format.
FetchReportListFromDB It fetches the list of names of reports stored in database.
LoadReportFromDB It loads the report with specified name from the database to the control.

PivotClient (OLAP)

WCF Description
Initialize It fetches the data required to render the PivotClient control initially.
InitializeGrid It fetches the data required to render the PivotGrid control inside PivotClient.
InitializeChart It fetches the data required to render the PivotChart control inside PivotClient.
InitializeTreeMap It fetches the data required to render the PivotTreeMap control inside PivotClient.
DrillChart It fetches the drilled data required to render the PivotChart on drilling.
DrillTreeMap It fetches the drilled data required to render the PivotTreeMap on drilling.
DrillGrid It fetches the drilled data required to render the PivotGrid on drilling.
FilterElement It fetches the filtered data required to render the control after performing filtering.
RemoveSplitButton It fetches the drilled data required to render the PivotChart on removing an item from report.
FetchMemberTreeNodes It fetches the details of the members to render the member editor dialog.
DropNode It fetches the data required to render the control after drag and drop action.
CubeChange It fetches the data required to render the control on changing the cube.
MeasureGroup It fetches the data required to render the control on changing the measure group.
ToolbarOperations It fetches the data required to render the control on performing toolbar operations.
ExpandMember It fetches the children nodes on expanding a node in Member Editor.
UpdateReport It updates the report in server side.
SaveReportToDB It saves the current report to database with the specified name.
FetchReportListFromDB It fetches the list of names of reports stored in database.
LoadReportFromDB It loads the report with specified name from the database to the control.
GetMDXQuery It retrieves the MDX query formed to fetch the data at that instant.
ToggleAxis It fetches the data after interchanging the elements in row and column axes.

PivotGauge (Relational)

WCF Description
Initialize It fetches the Relational data required to render the PivotGauge control from server-end.

PivotGauge (OLAP)

WCF Description
Initialize It fetches the OLAP data required to render the PivotGauge control from server-end.

PivotGrid (Relational)

WCF Description
Initialize It fetches the data required to render the PivotGrid initially.
FetchMembers It fetches the members of the selected field to render the member editor tree.
Filtering It fetches the data required to render the PivotGrid control on performing filtering action.
ModifyNodeState It fetches the relational data required to render the PivotGrid control on selecting/unselecting fields in Field list.
DropNode It fetches the relational data required to render the PivotGrid control on node drop action.
Sorting It fetches the sorted data to render the PivotGrid control on performing sorting.
CalculatedField It forms a calculated field in values area and fetches the data along with it to render the PivotGrid control.
Export It is used to export the PivotGrid data to specified format.
SaveReport It saves the current report to database with the specified name.
LoadReportFromDB It loads a report from the database and refreshes the control with it.
DeferUpdate It fetches the data with respect to the report available at that instant (i.e) updates the control with current report.
CellEditing It rewrites the content of database on editing a cell.

PivotGrid (OLAP)

WCF Description
Initialize It fetches the OLAP data required to render the PivotGrid initially from server-end.
Drill It fetches the OLAP data required to render the PivotGrid control after drilling it.
DropNode It fetches the data required to render the control after performing node drop operation.
Filtering It fetches the OLAP data required to render the control after performing filtering.
FetchMembers It fetches the members of the selected hierarchy to render the member editor.
Paging It fetches the OLAP data required to render the specific page of PivotGrid with paging enabled.
RemoveButton It fetches the data required to render the control after removing a button.
ExpandMember It fetches the data to render children nodes of a member in Member Editor Tree.
Export It is used to export the PivotGrid data to specified format.
SaveReport It saves the current report to database with the specified name.
LoadReportFromDB It loads a report from the database and refreshes the control with it.
DeferUpdate It fetches the data with respect to the report available at that instant (i.e) updates the control with current report.

PivotTreeMap (OLAP)

WCF Description
Initialize It fetches the OLAP data required to render the PivotTreeMap control from server-end.
Drill It fetches the OLAP data required to render the drilled PivotTreeMap.