PatrickV
PatrickV

Reputation: 2135

Add filtered query results to a screen in Lightswitch

I have a greenfield Lightswitch 2012 RC application with three tables: problems, products, and versions. When entering a problem, users need to first select from a list of all known products (working) and then select from a list of versions for the selected product. There is a currently a relationship between problems-products, problems-versions, and products-versions. How do I filter the list of versions?

Upvotes: 0

Views: 656

Answers (1)

Yann Duran
Yann Duran

Reputation: 3879

This is known as a "cascading combobox", or a "nested combobox".

These two articles should help you:

Nested AutoCompleteBox For Data Entry

Nested AutoCompleteBox for data entry Part 2

Upvotes: 1

Related Questions