Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by john on Apr 15, 2008 03:42
open dhtmlx forum
XML format

I'm trying to use the dhtml xml datasource to feed my jasperReport xls report but the problem is that all cell have the same name (<cell>)

Is possible to chenge the grid data From:
<rows>
<row id="1" xmlkids="1">
    <cell image="green.gif">Name</cell>
    <cell>5</cell>
    <cell>0.2</cell>
...........
..........

to:
<Northwind>
        <Customers>
                 <CustomerID>ALFKI</CustomerID>
                 <CompanyName>Alfreds Futterkiste</CompanyName>
                 <ContactName>Maria Anders</ContactName>
............
............
............
Answer posted by Support on Apr 15, 2008 04:16
Current version of grid doesn't support such functionality. ( it will be possible in oncoming dhtmlxgrid 1.6 )