Forum Discussion

Former_Member's avatar
Former_Member
Ideator I
6 years ago

How 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.   

2 Replies

  • Hi Alex,

    You should check out this blog post, it talks about how to access and fire off queries defined for tree grid views in your method code. That does sound like what you are trying to achieve.

    Hope this helps,

    C

    • Former_Member's avatar
      Former_Member
      Ideator I

      I already saw that post but I do't use QueryDefinition results because contains extra AML tags that I don't need for the menu. On Aras, with tree grid view, I can show only the levels and fields that I want and I wish I had the same result on ASP.NET application throught IOM.