Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/csharp/258.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# Lightswitch:修改DataGrid搜索框的行为_C#_Visual Studio Lightswitch - Fatal编程技术网

C# Lightswitch:修改DataGrid搜索框的行为

C# Lightswitch:修改DataGrid搜索框的行为,c#,visual-studio-lightswitch,C#,Visual Studio Lightswitch,是否可以覆盖DataGrid搜索框的行为 例如,如果用户键入“tag:Premium”,我希望获得所有具有标记Premium的用户。我能以某种方式操纵查询吗?如何获取搜索词并取消默认查询 是否有任何东西阻止您禁用默认搜索框并实现自定义搜索框?(除了默认的行为)没有,除了不那么漂亮:)

是否可以覆盖DataGrid搜索框的行为


例如,如果用户键入“tag:Premium”,我希望获得所有具有标记Premium的用户。我能以某种方式操纵查询吗?如何获取搜索词并取消默认查询

是否有任何东西阻止您禁用默认搜索框并实现自定义搜索框?(除了默认的行为)没有,除了不那么漂亮:)