Tree view in main grid
Hi there, I'm currently fumbling around with SP12 and am trying to get a tree grid view to display on the main grid instead of a relationship grid. For instance, I'd want to display all my Part BOMs in the main grid to allow users to manually browse through them. A next step would be to show both Part BOMs and Part Documents so users can navigate through the Part structure to find the Document item they want to work on/review etc. I manage to get the grid up and running in relationship grids using the Tree Grid View and Query builder but can't seem to get it to work in the main grid. To make things easier, our Part items have an "is_top" property to define whether or not the item is the top item in its respective Part BOM, so to gather the top elements for each Part BOM one just has to look for elements where the "is_top" property is set to 1. From there, the rest of each tree can be added.10KViews0likes10CommentsTree Grid View (TGV): How I can render a cell as an icon/image?
Hello, I have a question regarding the TreeGridview. We need to set different row icons on a TreeGridView based on a ItemType property called kind of "xx_type". We already have a TreeGridview that uses the ItemType icons but they are too generic and we need to replace them based on a property called "xx_type". I am thinking of 2 possibilities: 1. Render a new cell as an icon/image. Is it possible? As I see, the designer doesn't offer this possibility. 2. Replace the existing Icons dynamically using a client method. Is there a possibility to do that? I would prefer 1'st option,I think second option is by far most complicated. If somebody knows and can help I would really appreciate that. Thank you.6.5KViews0likes4CommentsCan'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 item. I was able to set up a query definition that seems to work fine when i run the test query, but certain elements won't map in the tree grid view. I have tried a few different ways to set up the query and while I've mainly worked in aras 11 sp12, I have also tried it in the open version of aras 12. It seems like the tree grid views have issues mapping element when there are multiple instances of "reuse query definition" in the query. Has anyone encountered or solved this problem? Best Regards Rick Query def: Tree grid view:5.4KViews1like2CommentsShow Export to Excel button in Tree Grid View Aras 11SP15
Hello, Is there a way to add the button Export to Excel in a Tree Grid View result? I'm working on Aras 11SP15. I saw that this feature is available by default in Aras 12SP01. I tried to add it through ItemType (for example Part) -> Client Style -> Click on existing related item -> Presentation Configuration but I didn't succeed. Any kind of help would be appreciate. Thanks5KViews0likes3CommentsHow to use a tree grid view to create an ASP.NET menu tool
Hi, I would like to create a web form application ASP.NET to comunicate with Aras throught the IOM api. In Aras I created a query that I use for the tree grid view. The tree grid view contains the menu structure (with the main menu items and all levels bellow). Can I get the tree grid view result with an AML query or IOM code? Then I would like to use the XML result as datasource for the ASP.NET menu tool.4.5KViews0likes2CommentsCan I customize Tree Grid View input XML
Hello, Question about Tree Grid View/method functionality. I'm are creating some kind of tree (for example Part BOM) & data comparison tool. I'm utilizing Query builder and I have 2 different query results in my method at hand. And now we are planning how to visualize the comparison results to the user. One idea was to utilize Tree Grid View which would fit well in our plans in many levels, but is it customizable enough is the big question. Can I somehow feed or get TGV to read my results? Can I somehow use CSS or modify how TGV could show the results (for example I want to use colors to show the differences between structures & data)? Or is it so the TGV always need's direct results from Query Builder? And the XML it's eating cannot be changed - or are they way to modify it? Or are there any other ways to do it? I believe this is not unique problem. I'm using query builder similarly like in: https://community.aras.com/b/english/posts/using-query-definitions-method-code. And I'm utilizing Form Dialogues currently to ask from user what to compare. Cheers, Jukka Lehtinen3.8KViews0likes4CommentsIn 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,Mat1,Mat2,,,) is used in other bom. It's difficult for me to pass the superior value in relationship of the tree diagram to next relationship. (2 layer under: Item - Relationship (superior value) - Item - Relationship (Target) ) . Please give me some advise. sorry for my cheap image...3.8KViews0likes1CommentIs 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 click around every time they need to see the data. It´s data that´s useful for daily work, so it would be super useful when it´s directly accessible within the Form. I discovered that it is possible to display Tree-Grid-Views in Forms. But from my POV the regular TGV layout is a little bit too heavy for my use case. I only want to display a small amount of data (only one data column, not much levels). Basically I just need the TGV data, no toolbar, no headers, no actions. Just a simple view to the data. Does anyone now a more lightweight rendering variants for TGVs? Thanks for any input! Angela3.7KViews0likes8Commentseditable 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 it wrong. Thanks in advance.3.5KViews0likes1Comment