POST
Command parameters:
GET
Command parameters:
connector=true - flag of connector based request. The flag is set automatically, once you include the connector.js file on the page (note that if you use dhtmlxSuite package, connector.js is already included into the package and there's no need to include it additionally)
dhx_colls=field1,field2...fieldN - optional, can contain a list of fields for which collections will be requested. dhtmlxGrid uses such parameters to request data for combo columns and select filter (such requests are executed just once , for initial data loading)
data?connector=true&dhx_colls=2,3
data?connector=true&dhx_sort[2]=asc
//filter by %test%
data?connector=true&dhx_filter[2]=test
Requesting part of data (Dynamic Smart Rendering or Dynamic Paging)
GET
Requesting part of data
GET
Filter by label field
GET
Requesting branch of tree
GET
GET
editing=true - the mark of dataprocessor-based call POST
ids - a list of updated records