Infragistics grid does not work properly when "Hierarchical Data Grid" and “infinite scrolling” behavior is clubbed together. It does not show any child data when I try to expand a row.
Hi Arunava,
Your current query sounds similar to this other forum thread from yesterday that I am assisting you with, however it addresses the Hierarchical Grid, is this correct?
I am wondering if you had the chance to review the Hierarchical Grid Remote Data Operations topic in our documentation? There you can find examples on implementing remote data operations in the hierarchical grid.
You will notice that for the child row islands, the gridCreated event is used to get the child data from the remote service.
Could you please elaborate further on the issue you are experiencing? Is it reproducible in any of the demos in the referenced topic? My suggestion is to try to isolate the behavior in a small StackBlitz sample and send it back to me along with steps to reproduce.
Thank you for your cooperation.
Best regards,Bozhidara PachilovaAssociate Software Developer
Hi Bozhidara,
Yes! It addresses the Hierarchical Grid. I am trying to incorporate infinite scroll in Hierarchical Grid. But it is not working perfectly. I am not able to see the child items once I expand any row. You can refer this sample where I have isolated the behavior in StackBlitz.
Regards