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 可编辑网格屏幕,用户可以在其中添加/编辑数据。其中一个字段称为 [isActive],其值为 0 或 1。
我想在侧面提供一个切换按钮,允许用户根据 [isActive] 字段的值过滤他们正在查看的行。
我不确定从哪里开始编写代码,即我可以更改网格的数据源,还是直接将过滤器应用于网格?
非常感谢任何帮助。
安东
在微软网站上找到了答案:
http://blogs.msdn.com/b/lightswitch/archive/2011/10/12/how-do-i-create-custom-search-screens-in-lightswitch-beth-massi.aspx