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.
我想询问一个根据用户选择动态变化的数据网格。因此,基于数据网格内的用户选择,该数据网格的界面发生了变化,并从数据库中获取了一些新数据。
你到底在找什么?您可以轻松设置使用组合框的文本框,这将使您可以在数据网格中显示数据,具体取决于从组合框中设置的参数。例如,显示姓氏中有“B”的所有员工。
然而,这将与数据网格无关。
那是你想要的吗?