XML format

Hi

Just discovered your tool and it looks great.

Quick question, the xml that we get is structured like this:

<?xml version="1.0" encoding="utf-8" ?> <resultset morerecords="0" paging-cookie="&lt;cookie page=&quot;1&quot;&gt;&lt;itt_scheduleofratesid last=&quot;{52537D66-3F92-E211-81A2-001517A81D9D}&quot; first=&quot;{42537D66-3F92-E211-81A2-001517A81D9D}&quot; /&gt;&lt;/cookie&gt;"> <result> <createdon date="21/03/2013" time="15:53">2013-03-21T15:53:01-00:00</createdon> <itt_code>AS007</itt_code> <itt_description>Capped Supply</itt_description> <itt_scheduleofratesid>{42537D66-3F92-E211-81A2-001517A81D9D}</itt_scheduleofratesid> <itt_clientcontractid.itt_description>Community Homes - Gas Servicing</itt_clientcontractid.itt_description> </result> <result> <createdon date="21/03/2013" time="15:53">2013-03-21T15:53:01-00:00</createdon> <itt_code>NA02</itt_code> <itt_description>NO ACCESS: Tenant Refused</itt_description> <itt_scheduleofratesid>{44537D66-3F92-E211-81A2-001517A81D9D}</itt_scheduleofratesid> <itt_clientcontractid.itt_description>Community Homes - Gas Servicing</itt_clientcontractid.itt_description> </result> </resultset>

Will I be able to get the grid working with this format? (I haven’t managed it so far :slight_smile:

Many thanks in advance

leddy

It is not easy, but possible
Check the next article
docs.dhtmlx.com/grid__data_forma … dataformat

It describes how grid can be adapted to the custom xml format.