How to display & load more child records in FlexGrid Hierarchy

Posted by: aanjaneyulu on 14 September 2017, 3:10 am EST

  • Posted 14 September 2017, 3:10 am EST

    We are currently using Wijmo 5 for Components, Google Material Design Lite for CSS, NodeJS for Server & SQL Server for Database, REST API for services and Angular 2 with Type script for Client

    We are using FlexGrid Hierarchy to show parent-child relationship records. We are currently loading only few child records per parent record. How to load next few child records & how to display a button or link to load next records in FlexGrid.

    Thanks in Advance.

  • Posted 29 November 2018, 10:43 pm EST - Updated 3 October 2022, 7:54 am EST

    Hello,

    We are looking to implement a Grid Layout something like below:

    Here we require an hierarchical grid along with row-details, we were able to implement hierarchy and row-details individually, seems when we have “child-items-path” property, the row-details function is not working.

    Please advise.

    Thank you

  • Posted 8 March 2020, 9:39 pm EST

    hello @wijmo_team, do we have any update on this thread ?

  • Posted 9 March 2020, 5:46 pm EST

    Hi Wijmo Team,

    We are unable to use row details in hierarchical grid for wijmo ‘5.20192.624’. It was working in wijmo ‘5.20173.409’.

    Attaching herewith sample .zip which contains 2 html’s one using 5.20173.409 where the feature was working, and the other one with 5.20192.624 where the feature is not working.sample.zip

  • Posted 10 March 2020, 8:59 pm EST

    Hi,

    We are sorry for the delayed response. We have asked the developers why details are not working. The internal tracking id of the case is 424963. We will update you as soon as we will hear from them.

    Also, if you do not see a date and time on the replies of a forum post like this one, it means that the post is archived and may not show in the cases list. So, please create a new post next time.

    Regards,

    Ashwin

  • Posted 10 March 2020, 9:16 pm EST

    Hi Ashwin,

    Thanks for the update, we will make sure to create a new Topic from next time onwards.

    Kindly keep us updated regarding the row details issue as soon as you get more information.

  • Posted 26 March 2020, 10:14 pm EST

    Hi,

    The dev team have fixed this issue and it will be released in the next stable build. Also, they have provided a workaround by overriding the rowHasDetail callback:

    $scope.init = function(s, e) {
    
              // all rows have detail
              s.rowHasDetail = function(row) {
                  return true;
              }
    .....
    }
    

    ~regards

    WorkingAgain.zip

  • Posted 26 March 2020, 10:32 pm EST

    Hi Ashwin,

    Thanks for the update. It would be really helpful if we get notified in this thread once the build with this fix gets released. We will use the work around till then.

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels