ejPivotClient

0
0

Can you tell me where I can find an example with code using the ejPivotClient?

  • You must to post comments
0
0

Hi Norm,

Did you see the Syncfusion Integration Test source code here?

https://github.com/iceteagroup/Wisej-Ext-Syncfusion

https://github.com/iceteagroup/Wisej-Ext-Syncfusion/tree/2.2/Wisej.Web.Ext.Syncfusion/Wisej.Web.Ext.Syncfusion.Test/Component

You can see a live demo here:

http://demo.wisej.com/syncfusion/#ejPivotClient

 

If you let me know what specific feature you’re trying to integrate I can help provide a solution.

The basic integration is this:

 

// Changing properties

this.ejPivotClient1.Options.enableCellClick = true;

 

// Calling methods and returning the result (async)

var data  = await this.ejPivotClient1.Instance.getJSONRecordsAsync();

 

// Attaching to events

this.ejPivotClient1.Instance.cellSelection += new WidgetEventHandler(ejPivotClient1_WidgetEvent);

 

You can find a full list of members, methods, and events for the PivotClient here: https://help.syncfusion.com/api/js/ejpivotclient

 

Please let me know if you have any more questions or need help with the integration!

Best,

Levie

  • edmond girardi
    Question – while browsing the Syncfusion demo it says: “Syncfusion jQuery based widgets are no longer in active development. Switch to our pure JavaScript based next generation Essential JS 2 library” on the Syncfusion site. Does this mean the WiseJ integration is already out of date ?
  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.