Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1415
Hierarichal Load on Demand export to excel and By default expand first row
posted

Hi team,

I am using Infragistics version 9.1.28 and will update in upcoming month but this is requirement i have to deliver.

Requirement: Using Hierarchical Grid load on demand feature. We need to export Data to excel with both parent and child grid data. But we have 2 separate API's to call Parent Row Data and Child Row Data. Also by default i want to expand first parent-child row.

Please provide a solution how to achieve the above mentioned.

Data Format:

Parent Data API: 

[{
   'key': "Securities" ,
   'parentID': null,  
   'value':[{
    "CustomerID": "ALFKA",
    "CompanyName": "Alfreds Futterkiste",
    "ContactName": "Maria Anders",
    "ContactTitle":  "SALES",
    "Orders": []
    }]

Child Data API
[{'key': "Orders" ,  
     'value':
        [{
            "OrderID": 42569,
            "ShipCountry": Germany,
            "ShipCity": Berlin,
            "ShipAddress": Obere Str. 57,
        }]
}];
Please reply ASAP.


Parents Reply Children
No Data