0

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?

PatrickV
  • 2,057
  • 23
  • 30

1 Answers1

1

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

Yann Duran
  • 3,842
  • 1
  • 24
  • 24