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
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
dhtmlx.com/docs/products/docsExp … dhtmlx_xml
It contains full XML structure description