Hi,
Could you please send me XML syntax for grid having Headers,attach headers,rows,column.
What is the purpose of tag ?
How functionality of loadXml() works, If parameter for loadXml() is some servlet path.
>>Could you please send me XML syntax
Please reffer to
dhtmlx.com/docs/products/dhtmlxG … id_xmlload
>>What is the purpose of tag ?
It give possibility to transfer additional data which can be used to store some values which must not be shown, but will be used by some custom code through JS API
>>How functionality of loadXml() works, If parameter for loadXml() is some servlet path.
The server side script will be executed and its output parsed as XML string.
Server side script will be called with all cookies of user ( so session will be available )