Categories | Question details Back To List | ||
XML syntax Hi, Could you please send me XML syntax for grid having Headers,attach headers,rows,column. What is the purpose of tag <userdata> ? How functionality of loadXml() works, If parameter for loadXml() is some servlet path. Answer posted by Support on Nov 28, 2007 08:40 >>Could you please send me XML syntax Please reffer to http://dhtmlx.com/docs/products/dhtmlxGrid/doc/guide.html#grid_confxml http://dhtmlx.com/docs/products/dhtmlxGrid/doc/guide.html#grid_xmlload >>What is the purpose of tag <userdata> ? 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 ) |