cancel
Showing results for 
Search instead for 
Did you mean: 

Cascading drop down menus in table row

former_member190457
Contributor
0 Kudos

Hi

I would really appreciate some help on the following issue:

A table is used for data display/user input. 4 columns are in it: Date, Continent, Country, City.

Only Date field is populated by backend service (Main_serv). Other fields are initially blank and are not populated by Main_serv.

The 3 columns are drop down menus: their entry lists are dynamically populated from backend.

Continent entry list is populated by a backend service (Cont_serv) which takes no input parameter.

Country entry list is populated by a backend service (Country_serv) which takes 1 input parameter: Continent

City entry list is populated by a backend service (City_serv) which takes 1 input parameter: Country.

For each table row, Users should select a Continent, then Country shold be dynamically populated, users should choose Country... and so on.

Table is editable, single selection. Date field is disabled to make it uneditable.

What happens is this:

Country and City in row X ignore what the users selects, unless row X is clicked and highlighted.

If a row where user has previously enter data is clicked or hovered, data randomly disappears and reappears from Country and City.

I believe dynamic entry lists are somehow refreshed upon row click as this problem affects only Country and City.

Continent does not depend on any parameter -> it works ok.

What I tried:

table uneditable: irresponsive

typical drop down box workaround (global entry list, hidden fields): no use

Help would be highly appreciated and rewarded.

Thanks in advance

Vincenzo

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Can send ur GMl file of ur model then its easy to Undestood the problem and solve to govindunagotla at gmail.com.

Regards,

Govindu

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Vicenzo,

I am facing the same issues. I'm on VC SP15.

Did you find a solution? If so, could you please share it?

Help will be point-rewarded.

Thanks in advance!

Best Regards