Gorinich - Thursday, March 10, 2011 4:24 AM:
Hi,
Please advise, how to make editable multi-level BOM grid.
SamsAn - Thursday, March 17, 2011 6:05 PM:
Hi.
There are several options.
1. Aras TreeTable control. You can implement javascript code with own logic and display BOM. The example of using can be found in Project Tree of Project solution.
Pros: Expandable/Collapsable tree table.
Cons: Additional time for coding.
2. Configurable Grid (under Administration/Grid).
Pros: less of coding (the grid automatically maps the changes to innovator items).
Cons: it is not expandable/collapsable; if the BOM is recursive then there are troubles to display/edit all levels of the BOM.
By the way, it would be very helpful to have Configurable TreeTable as innovator core functionality for these cases.
3. Third Party Tree Table. The same as 1, just another control should be used instead of Aras TreeTable.
SamsAn.
Gorinich - Monday, March 21, 2011 2:28 AM:
Thank you very much, I will try