Hi,
I am having some problems with this:
- when enable_log is used it throws exceptions as the log_writer is closed twice.
- when using the JSONCommonConnector Class I get an error in the datastore.js
[20:03:49.505] SyntaxError: missing } after property list @ http://localhost:8080/dhtmlx/dhtmlxDataStore/datastore.js:580
However, the CommonConnector does not have the same problem.
Finally, I am trying to put together a page using layout which has a grid attached to it using datastore/dataprocessor. Rather than editing in the grid I have a button that opens a dhtmlxWindow with a form attached fro a selected record. The datastore is sync’ed with the grid and bound to the form in the window.
The problem I’m having is that the form.save() updates the grid but not the database. Buttons to add/remove are reflected in the grid but not the database.
Any pointers??