• Split Screen

    How to enable split screen mode in TGV similar to Part MultiLevel BOM Relationship in Part for effectivity context menu? By default how come that TGV has relationshipID_splitter elements?
  • Is there a lightweight way to display Tree-Grid-Data in Forms?

    Hi community, I am playing around with displaying some data structure as Tree-Grid-View in Forms. The amount of data is very small. Normally we can display Tree-Grid-View data in relationships or pop-up dialogs. But I don´t want that users have to…
  • TgvGrids vs. TreeGridViews - What is the difference and which one is intended to be used?

    Hi community, this question is about TreeGridViews and the display of TGV data in Forms, popups, relationship grid or whatever. Right now there are two files inside Innovator that are commonly used to display TGV data: - ../aras.innovator.TreeGridView…
  • Query Def & TGV - All Grid Rows Must Have Unique IDs

    Good day all. I am getting this error when trying to verify my Query Definition and Tree Grid View are set up. I add a field to a custom ItemType for tracking software, Manufacturer. When I se the query & test it, I can get all of the data I want, so…
  • SQL in a TreeGridView

    I want to display the results obtained by SQL in a TreeGridView, but I want to implement it. QueryBuilder does not allow me to achieve this. Can I display TGV trees? I want to narrow down my search by conditional branching.
  • In tree grid view, how do I calculate and show global scope ratio of my BOM tree ?

    Hi, expert In case like image below,how do I calculate the global scope ratio of my BOM and display the result with query builder and tree grid view ? The local scope ratio is recorded in relationship(item type) , because each items ( PartI,PartII…
  • Copy Paste In TVG fro one grid to another

    Hello Everyone, I have one requirement in Tree Grid View with copy paste functionality: Create two TVG, One grid with Copy context Menu and another with Paste context menu. So if i copy row from one grid and paste into another that should add…
  • Color List in Tree Grid View

    Hello, Is it possible to display a color list property in a tree grid view as it is displayed in forms and relationship views? With both the label text and the background color displayed in the cell. I've only been able to get tree grid cells to display…
  • Can't map query elements in tree grid view

    Hi, I have been trying to solve a problem I have with using the tree grid views. I can't seem to map certain elements. I wanted to make a recursive tree grid view based on a relation to a poly item where both poly sources had a relationship to the poly…
  • editable tree grid view

    Hi I have been using Aras Tree Grid View. I need help with being able to edit a cell in the TGV. I tried "editCell" method and even "EditType = FIELD" in my code, but couldn't achieve it (i.e. was not able to edit a cell in the TGV). I could be implementing…