Hello expert,
Currently, I have a hierarchicalGrid that load on demand. The datasourceUrl is defined in the Controller. At runtime I want to able to pass the Expanding row information to Children Grids.
Is there a away to accomplish this?
Thank you
Hello Phong,
I would suggest you to try to attach to the following event: http://help.infragistics.com/jQuery/2015.1/ui.ighierarchicalgrid#events:childrenPopulating, which is fired when children are about to be populated and pass the desired information to the query string variables sent by the client to the server. If you have any further questions, please let me know.
Regards,
Tsanna