Hi,
Thanks for your reply, but I seem to be lost a bit.
In your gridconnecter docs it says :
dhtmlxConnector is a set of PHP classes which helps to simplify server side operations for dhtmlx components
*
Data loading for Grid, TreeGrid, Tree, Combo, Scheduler, DataView, Chart, Form
*
Data saving for Grid, TreeGrid, Tree, Scheduler, DataView, Form
*
Server side sorting and filtering for Grid, Combo
*
Dynamic loading (paging) for Grid, Treegrid, Tree, Scheduler, DataView
So, I programmed my serverside according to this. (no reference to dataprocessor)
But, in the same set of docs it allso says :
To perform any update operations you have to use dhtmlxDataProcessor, which has been already included in both Professional and Standard editions of dhtmlx library.
So, what is the case ? Do I need dataprocessor or not ???
If I remove the following line in my client side :
I do not get any errors anymore. I can delete a line without problems, but I cannot change any data anymore.
Is there not some ‘overview’ doc on all of this (connetor, dataprocessor) to understand clearly what is needed ?
Thanks,
Steven