cancel
Showing results for 
Search instead for 
Did you mean: 

Table control dropdown problem

Former Member
0 Kudos

Hi

In my WD4A application, I am using a table control with 5 colums. my first colums is of "dropdown by index" type. Based on the value selected in first column I want the related data to appear in adjacent column.

If I creat on action event for the dropdown then it refreshes the complete context,

hance it changes content of all the rows of table control.

Pls help

Regards

Vishal kapoor

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

closed

Former Member
0 Kudos

hi vishal.........

consider the scenario as... if you select "1" in the drop down box, the first record should be retrieved from the dtabase.

you set an if condition in the initialization part so that the select query performs according to the curent drop down index value...

--regards,

alex b justin