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
In tree grid, expansion indicator issue and children rows
posted

Hi,

I'm using a igx-tree-grid with the load on demand for sub grids as stated in the demo:

https://ko.infragistics.com/products/ignite-ui-angular/angular/components/treegrid/load_on_demand.html

Scenario: When i Search for both parentID and children IDs.On the search, the parent row loads perfectly with arrow expand indicator. On click of arrow indicator, children rows are loaded properly. 

Issue: When i search for parent as well as child ids, Igx Tree Grid loads with parent rows, child rows and arrow indicator as result. When i click on arrow indicator, sub-grid data (children rows ) are displayed. when i click on expansion indicator for parent row, child rows show. but when i click on the expansion indicator for child row, the next parent row that has child row data does not show its child rows.

To resolve the issue:  I want to load the child rows for each parent row irrespective of if the parent row has data of parent and child ids.

Please help me with this.

This is a bug in igx tree grid load on demand. As we are using this feature, we need a quick work around or fix. Reply ASAP.

Parents
  • 640
    Offline posted

    Hello Shobhana,

    Thank you for posting in our community.

    In order to ensure that your issue is addressed correctly, I will need some additional information regarding your scenario. Can you please elaborate on what kind of search feature you are using? If you are using the Angular Tree Grid Searching through virtualized content, could you please provide me with more details about the configuration that you have made? For example, are you searching for records that are not loaded yet or only for that are already rendered? If your use case is to search records that are not loaded yet, I will need to provide me with code example for the implementation of that searching or with an isolated sample, which I can debug on my side.

    This information is going to be highly appreciated and will help me in my further investigation.

    Looking forward to hearing from you.

    Regards,
    Viktor Kombov
    Entry Level Software Developer
    Infragistics, Inc.

Reply Children