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
150
igHierarchicalGrid don't show child rows on late binding
posted

Hi,

I'm trying to use the igHierarchicalGrid for a web page.
For this child rows (also multiple child levels later) have to be loaded on demand (expand the root row). The data will be loaded via an AJAX call. The main issue that I have is that after expanding the row the child grid will be displayed only with the header row but without data rows even when the json datasoure has the child items as an array.

To find the problem I started to play with the standard examples from Infragistics.

I used the following example (without load-on-demand) :https://www.igniteui.com/help/ighierarchicalgrid-initializing
So I just changed some rows and I got the situation that I have on my own code.
You can find the changed example here https://jsfiddle.net/vys05ozb/

1. I changed the init of the data source to an empty object (line 5)
    ....dataSource: [], // northwind...

2. I add two lines for binding (129,130)
  ...
  $("#hierarchicalGrid").igGrid("dataSourceObject", northwind);
  $("#hierarchicalGrid").igGrid("dataBind");
  ...

When I run this so rows of the root level will be displayed, the first row will be expanded but I shows only header and summary.

Can someone tell me what is the misstake?

Thanks.

 

Top Replies

Parents
No Data
Reply Children
No Data