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