Hi!
I am using the Grid in V3.5 PRO (build 120822) and have following issue:
Basically, the Grid is occupied with a full connfiguration: using connector to PHP, dataprocessor, server side sorting, server side filtering and reading from a big dataset.
Now, I would like to enable dynamic loading by paging (toolbar). I am following the 50.000 records example and doing all includes and bindings exactly like there.
Still, for some reasons, the parameters count and posStart are not send to the PHP backend, but the full grid is loaded.
I am sending two parameters instead. At first load there is “connector” and “dhx_colls” and after applying a default filter, there is “connector”, “dhx_filter” and “dhx_no_header”.
I could guess that the ordering of the binding of .js files creates could influence this (I had a similar problem with dataprocessor before). I have the same ordering as in the example, but then around 20 others js-libs binded from the dhtmlxgrid library in between. Can you suggest some sort of process to solve this issue, which could be possibly better then trial-and-error? We definitelly need this feature in our dhtmlx-application.
Thank You, Best Regards
Pavol