Quantcast
Channel: Adobe Community : All Content - LiveCycle Designer
Viewing all articles
Browse latest Browse all 5571

Get Row index from a Dynamic Table

$
0
0

Hello Gurus,

 

How can I get the index of a row when it is added dynamically.

Capture.PNG

When user clicks on the "-" button he should get the index of the row on which he has clicked the button.

 

I have tried it using the code

 

var var1 = (data.Design_page1.Working_times_subform.Working_Table.Row1.instanceM anager.count-1);

 

But it gives me the total row count.I want the index of the particular row.

 

Thanks.

 

Regards,

Nikhil


Viewing all articles
Browse latest Browse all 5571

Trending Articles