Hi,
Is it possible to connect dhtmlxconnector to connect with ado.net DataSet.
as we are able to use the stored procedure and inline queries in the connector, but as we have already written all methods in business layer, so is it possible we can use all those.
Please help.
Thanks,
Connector provide a way to define your own handlers for all types of operation ( syntax differs for php, .net and java ) but all of them have such functionality. Also, for all platforms there is way to use array like structure as source of data.
Business logic can prepare such array of data for data loading, and server side events can be used to call necessary methods of business logic for data updates.