Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p><a href="http://igniteui.com/hierarchical-grid/load-on-demand" rel="nofollow">Here is the official sample for the igHierarchicalGrid's Load on Demand functionality</a>. You can inspect the AJAX requests being made when rows of the parent grid are being expanded so you can see what the input and output data of those AJAX requests look like.</p> <p><a href="http://help.infragistics.com/doc/jQuery/2013.2/CLR4.0/?page=igHierarchicalGrid_Load_on_Demand.html" rel="nofollow">The official help article on the "Load on Demand functionality" is here</a> and I would like to stress on the last part: <a href="http://help.infragistics.com/Help/Doc/jQuery/2013.2/CLR4.0/html/igHierarchicalGrid_Load_on_Demand.html#loadOnDemandParams" rel="nofollow">"Load on Demand parameters in MVC"</a>. Although the functionality appears to be tightly coupled with either ASP.NET MVC or oData, you can use and back-end data provider, as long as that provider complies with the hierarchical grid's expectations for input and output data.</p> <p>As far as hooking to the +/- buttons, I'm afraid that their events are not exposed.</p> <p>The best you can get in terms of events are the <strong>rowExpanding</strong>, <strong>childGridCreating</strong> or better yet: <strong>childrenPopulating</strong>. <a href="http://help.infragistics.com/jQuery/2013.2/ui.ighierarchicalgrid#events" rel="nofollow">You can find the official API reference on those events here</a>.</p> <p>Wrapping one's head around the Load on Demand functionality of any hierarchical grid can be a daunting task so fret not - as long as the details are clear, the solution won't be that hard to compose.</p> <p>One final piece of reference (and examples) I can provide is the official Infragistics forums. <a href="http://www.infragistics.com/community/forums/511.aspx?q=demand%20hierarchical" rel="nofollow">There are quite a few discussions on similar predicaments there already.</a></p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload