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
145
LoadOnDemand Hierarchical Grid
posted

Hello all, I have a hierarchical grid that I have just rewritten to use the infragistics loadondemand technology. Its loads the first level rows fine but the second level is not loaded. During the initialize datasource event on the server I build a relational dataset and set the grids datasource to the dataset. Is this method incorrect? Should I actually be loading the grid one level at a time or can I load all the levels at one time? Any help would be appreciated.