Categories | Question details Back To List | ||
XML and JS Api Configuration Hello, Is there anything that can't be configured using XML configuration or is JS and XML api the same? I'm attempting to determine which method to configure the dhtmlxgrid, js or xml. Thanks Answer posted by Support on Apr 15, 2008 02:02 All grid functionality can be configured by JS API, and nearly all functionality ( with rare exceptions ) can be configured with XML API as well. Basically XML allows easily configure grid structure and data, any additional commands|modes can be set|enabled by mimic js commands through /rows/head/afterInit/call@command You can check http://dhtmlx.com/docs/products/docsExplorer/doc/dhtmlxxml/index.html#dhtmlx_xml It contains full XML structure description |