DHTMLX .Net Connector

Hi,

I am looking at a server side technology to use with webix and notice that the docs point you at a DHTMLX data connector. Looks like it will do what I need but looking on the DHTMLX site and the licensing reads as:

The use of dhtmlxConnector and dhtmlxDataProcessor is covered by the license terms of the DHTMLX component that they are used with. Their use, in whole or in part, for purposes other than supporting DHTMLX components is prohibited.

Which implies you cannot use this connector with Webix, is that the case?

Thanks

Gary

if you plan to use Webix with .NET backend, I will recommend to check the REST approach.
http://docs.webix.com/desktop__server_rest.html

.NET MVC has a very good support for REST API.

Thanks Maksim!