This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

DEVELOPERS FORUM - How to create Dynamic Relationship Grid?

Manali - Tuesday, May 28, 2013 7:46 AM:

I want to display data in grid format as per user selection. I have a multiselect Listbox which contains ItemType property names(for ex 50 names), whenever user select values from listbox (for ex 10) it should display in RelationshipGrid as column. Therefore number of columns and rows are not fixed so i need to create dynamic RelationshipGrid .Please help me to solve this problem.

Thanks.



Brian - Tuesday, May 28, 2013 9:00 AM:

Hi Manali,

I think you should have a look at the file changes.html under the aras install on the server. Innovator/client/solutions/plm/scripts (or somewhere near there). This file displays a grid with dynamic data but fixed columns and is a good place to start to understand how to make up and use an Aras grid object in a dynamic form. The structure of the file will allow you to dynamically add the columns and retrieve the data to fill the grid.

Hope this helps,

Brian.