Hi,
I’m working with an igHierarchicalGrid with a parent level and two child levels. The parent grid and one of the child grids are working fine. But one of the child levels is not a grid format (see the "DETAILS" section in the attached screen shot). It is one data record that is formatted with label\ value in multiple columns and multiple rows.
I have tried a column template (which I got to display but could not get the correct format), row template, and building the HTML in the data result and displaying in one column (could not get HTML attributes to work).
Any suggestions of the best way to accomplish?
Thanks
Hi Ed,
Could you post some snippet of your grid configuration, as well as some part of your data source? We still haven't implemented a "Details" template for the grid - this doesn't have to be an hierarchical grid feature at all, but in your case you should be able to configure the first layout such that it appears as a details view, even though it will be rendered as a grid.
Are you getting any specific errors, or data just doesn't show up?
Thank you
Angel
I used a rowtemplate to configure my data view. Thanks