Hi, First time I am using gHierarchicalGrid in my angular 2 (typescript & HTML) project. In my project child row should be generate based on the Parent Row.I have two table StudentDetails and Engineering_subject (attached Image file for Table Structure), so in this case studentdetails is parent and Enginnering_subject is child table. so the grid should be work like this. 1)When Form load, grid should be blank with add Row button.2).When click on add Row button, Edit Row Data Form will be Populated for parent Table Manual Input ,which have following Field: a).StudentDetails (DropDown).3) Once i will select studentname from dropdown & click on Done, it will check with DB if student is Engineering student or not , if its engineering student then Child row will Generated for manual input else not.
Thanks
Hello Yogesh,
Ok, sounds great let me know if you have questions on this.
Hi Deyank,
Thank for Reply,
i will try to implement , what you suggest .
will get back to you, if i have any question.
Hello,
This is not provided out of the box and should be achieved with custom functionality.
The Updating API provides functionality for updating all records.
You may have to check row edit dialog also
There might be a need of custom editor provider. Please review the following sample for more information. There is also a topic on the subject - Implementing Custom Editor Provider.
Let me know if you have further questions on this.