Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Fergus on Nov 26, 2007 06:00
open dhtmlx forum
Can you populate the footer of a grid using xml?

Can you create the contents of the footer using xml?
Answer posted on Nov 26, 2007 06:29
you can use next approach to attach footer from XML

<rows>
    <head>
          ... any data if necessary ...
          <afterInit>
             <call command="attachFooter"><param>A,B,C,D</param></call>
          </afterInit>
    </head>
    <row id="1" ...
      

In similar way any other command may be executed directly from XML.