From fc135ec60a005abd07b6e3fcee3bec97699e388e Mon Sep 17 00:00:00 2001 From: Dimo Dimov <961014+dimodi@users.noreply.github.com> Date: Fri, 2 Sep 2022 18:50:30 +0300 Subject: [PATCH] docs(filter): Disable REPL from tabbed examples --- components/filter/integration.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/components/filter/integration.md b/components/filter/integration.md index 36ab9699e6..5df8bc6ea0 100644 --- a/components/filter/integration.md +++ b/components/filter/integration.md @@ -30,6 +30,8 @@ This article contains the following sections: >caption Filter with two-way bound value in Grid. If you want to filter at the moment of change, use Filter with a one-way bound value. +
+ ````Two-way @using Telerik.DataSource; @using Telerik.DataSource.Extensions; @@ -617,4 +619,4 @@ This article contains the following sections: ```` >caption The result from the above code snippet. - \ No newline at end of file +