how to get to each individual column in individual rows in a repeating table using js

B

Bali

Hi Guys,

Your tutorial is very helpful. I need help on something similar and was
wondering whether you could please help me out.

I have a repeatable table where I have a dropdown box in the first
column, and then say two more columns that are auto filled based on
what is selected from the drop-down box.

I have created two dataconnections one that fills out the dropdown
control and the other one just has some sql statement that I modify on
the drop-down box's after change event.

I am getting all the data correctly but that is when I tie the fields
in the repeatable table directly to the fields in 2nd data
connection(which gets data based on what is selected in the drop-down
box). The problem pops in when I insert another row and change the
value in its drop-down box and then the values in the other fields in
both the rows changes.

Could you suggest a better way to do this or what I could do to get to
the rows individually and change their values.

I would really appreciate any help.

Thanks

Sumeet
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top