I am about start project that requires build hierarchical grid. Can you provide me link to related documentation and working sample project,
Thanks.
Hello Michael,
Thank you for posting in our community.
A good starting point for igx-hierarchical-grid could be our "Hierarchical Data Grid Overview and Configuration" topic. This article includes information for different aspects of the control as well as a demo, which ca be run in Stacblitz. This gives you the opportunity to live edit and see the result. Since practicing is the best way for learning I believe you will consider this useful. Additionally, we have many topics covering different aspects of igx-hierarchical-grid such as features, load on demand etc.. All of them are listed just below the overview topic. Each topic includes a working demo.
What is more, in our GitHub repository, under grids/hierarchical-grid we have a very informative README section containing details about how to get strated wuth the control, features and API.
According to our support policy, the way we handle threads in our forum is one thread per issue. This means that if you need more getting started materials, I would be glad to assist you in this thread. However, if you start experimenting with igx-hierarchical-grid control and you need help with any particular behavior, please feel free to create a separate thread. This helps us ensure that all queries are addressed correctly and you are provided with the best support.
Please have a look the information provided above and let me know if you need any further assistance.
Hi Vasya,
All links are very helpful, thanks.. One more getting started question - without details, I would think that I will be able using hierarchical grid components build hierarchical grid where children grids has different data structure.. i.e. 5 different types and some records in the parent (top) record would not have children at all.
I am glad that you find my information helpful
In regards to grid data, your assumption is correct. Data for child grids can have different structure than the parent data. Having a parent without any children is a possible as well.
Please let me know if I can be of any further assistance.
Hi, I would still at the getting started phase.. I download pj from StackBlitz from the link that you provided "Hierarchical Data Grid Overview and Configuration"
while compiling it getting following error :
WARNING in ./src/styles.scss (./node_modules/css-loader/dist/cjs.js??ref--13-1!./node_modules/postcss-loader/src??embedded!./node_modules/sass-loader/dist/cjs.js??ref--13-3!./src/styles.scss)Module Warning (from ./node_modules/postcss-loader/src/index.js):Warning
(10402:1) Second Autoprefixer grid control comment was ignored. Autoprefixer applies control comments to the whole block, not to the next rules.: Compiled successfully.
ERROR in src/app/hierarchical-grid/data.ts:1:24 - error TS2307: Cannot find module './models'.
1 import { Singer } from "./models"; ~~~~~~~~~~
Any thought how to fix it ? I do not see "./models" that apparently have type definitions...
Also if there place beyond StackBlitz where I can get sample grid and/ or other componnets.