cancel
Showing results for 
Search instead for 
Did you mean: 

problem when adding new row in table

Former Member
0 Kudos

Hi All,

i have a node which i display in a table and i want to add a new row in the table when i click on button add row this i am able to do easily but in one of the fileds of the table is a drop down so have another node in the main node of type 1:n , but after adding this new node the add row is faling.I am filling the new node by a supply function ? Plaese help in this regard

Thanks & Regards

Gaurav Jain

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Removed node in node now using drop down by key.

Former Member
0 Kudos

Hi Sumit ,

The drop down is getting created but not getting filled , can u help me in this regard.

Thanks & Regards

Gaurav Jain

Former Member
0 Kudos

Hi Gaurav,

The supply function will get executed whenever the data of an invalid context node is accesed.

Since u r creating this new row so the "Access" thing is not happening for this row ans thus the Supply function is not getting called.

I would suggest you to fill it manually (through code) at the same place where u r creating a new row.

This is my view.

I hope it helps.

Regards,

Sumit Oberoi

abhimanyu_lagishetti7
Active Contributor
0 Kudos

Remove the Check for Singleton property of the Node binded to dropdown

It will work

Abhi

Former Member
0 Kudos

Hi Gaurav,

I think when u are creating the new element for adding a row in table the node for dropdown should already gets created.

Are you separately creating a new element for the dropdown?

Regards,

Sumit Oberoi