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 - Adding a child node using TreeGridContainer

Ketaki Garde - Tuesday, June 21, 2011 7:35 AM:

Hi,

In the ARAS form, I want to add child node to a parent node created using TreeGridContainer (custom .net control added using TreeTable.dll ) in javascript.

I am using  addRow function for adding any node(actually row)  e.g.- addRow("row1","Assembly1", "row1");

But now if I want "Sub-assembly" as a subnode to "Assembly1", how can we achieve this ?

Which javascript function can we use in this case? Please reply back if you know how to do this.

Thanking in advance.

Regards,

Ketaki.

 



justinlee - Wednesday, June 22, 2011 11:07 PM:

hi Ketaki!

you can use menthod InsertNewChild(parent_id ,row_id,text,action,icon,icon) in AIP Reference