Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个新的 Lightswitch 2012 RC 应用程序,其中包含三个表:问题、产品和版本。输入问题时,用户需要首先从所有已知产品(工作)列表中进行选择,然后从所选产品的版本列表中进行选择。目前在问题-产品、问题-版本和产品-版本之间存在关系。如何过滤版本列表?
这称为“级联组合框”或“嵌套组合框”。
这两篇文章应该可以帮助你:
用于数据输入的嵌套 AutoCompleteBox
用于数据输入的嵌套 AutoCompleteBox 第 2 部分