Hi,
I have referred to your documentation and couldn’t find the necessary documentation on how to connect webix pivot to sql server database, how to getdata from webservices and bind it to pivot, dynamic loading, paging etc features for .net. all the resources are using url as some php file, but how to get data using .net into webix.
Any references/examples would be appreciated . Thanks in advance.
You can load data from any webservice that returns valid json or xml data, by using
$$("pivot").load(data_url);
same as described here
http://docs.webix.com/datatable__loading_data.html