What I was asking is if there is oif there is a new VS2012 ASP.Net control specifically designed to solve the issue that Steve Naughton has been working for years: to achieve descendant dropdownlists to respond to the previous selection made in the parent
one, lik when you have 4 dropdowlists for choosing among countries, states, cities, counties for instance
So if you choose Canada form the countries dropdoenlist you would not expect to find in the sdsecond one nothing but Canadian provinces not a list of all the othger states/provicnes in the whole world. In the thir one you will expect to have Regina, Saskatoon,
Yorkton etc if you have previously selected Canada and the Saskatchewan
Member
242 Points
480 Posts
About Cascading (Fields not Filters)
Oct 25, 2012 01:54 PM|klca|LINK
Hi,
Is there a solution for cascading fields inside a details form (not the filters of the grid)
Carlos N. Porras
(El Salvador)
All-Star
17916 Points
5681 Posts
MVP
Re: About Cascading (Fields not Filters)
Oct 26, 2012 06:36 AM|sjnaughton|LINK
Hi Carlos, try
Cascading Filters and Fields – Dynamic Data Entity...
or
Part 1 – A Cascading Hierarchical Field Template &...
Part 2 – A Cascading Hierarchical Field Template &...
Always seeking an elegant solution.
All-Star
94130 Points
18109 Posts
Re: About Cascading (Fields not Filters)
Oct 26, 2012 08:54 PM|Decker Dong - MSFT|LINK
Do you mean Master-Details (One-To-Many) Cascading choice?
Member
242 Points
480 Posts
Re: About Cascading (Fields not Filters)
Nov 01, 2012 04:50 PM|klca|LINK
Hi,
What I was asking is if there is oif there is a new VS2012 ASP.Net control specifically designed to solve the issue that Steve Naughton has been working for years: to achieve descendant dropdownlists to respond to the previous selection made in the parent one, lik when you have 4 dropdowlists for choosing among countries, states, cities, counties for instance
So if you choose Canada form the countries dropdoenlist you would not expect to find in the sdsecond one nothing but Canadian provinces not a list of all the othger states/provicnes in the whole world. In the thir one you will expect to have Regina, Saskatoon, Yorkton etc if you have previously selected Canada and the Saskatchewan
Carlos N. Porras
(El Salvador)
All-Star
17916 Points
5681 Posts
MVP
Re: About Cascading (Fields not Filters)
Nov 01, 2012 06:15 PM|sjnaughton|LINK
My latest solutions work for both Filters and Fk Columns slightly different solution depending on you database schema.
Always seeking an elegant solution.