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
435
Hierarchy Grid with Multiple Layouts using LoadOnDemand feature
posted

Hi,

I have a need to display multiple ColumnLayouts using LoadOnDemand. Currently everything is working as expecting except the Children ColumnLayouts displayed a empty Grid.

GridModel gridModel = this.GetGridModel(ajaxUpdateTarget, 0);
 
                GridUIHelper.ApplyLayout(ref gridModel, vm);
                gridModel.DataSource = resultSet.Result.AsQueryable();
                return gridModel.GetData();

Thank you
Parents
  • 17590
    Offline posted

    Hello Phong,

    Thank you for posting in our community.

    In order to address the root cause of your issue and provide you with better and more accurate support I will need an isolated working sample where the issue is reproducible. This will help me debug on my side and investigate further and find what is causing this behavior.

    Additionally, a sample project illustrating Load on Demand functionality in igHierarchicalGrid could be found at the following link:

    http://igniteui.com/hierarchical-grid/load-on-demand

    Please have a look at this sample and if you still have any questions or concerns afterwards please fell free to get back to me with your isolated sample.

    Looking forward to hearing from you.

Reply Children