You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/knowledge-base/grid-multiple-filter-criterion.md
+41-20Lines changed: 41 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ How can I create a filter widget with a multiple filter criterion in the Grid?
32
32
1. When the `click` event of the **Submit** button is clicked, build the filter query and filter the data source by using the [`flter`](https://docs.telerik.com/kendo-ui/api/javascript/data/datasource#methods-filter) method.
33
33
34
34
```dojo
35
-
<h1>Ship Name column has custom filte UI</h1>
35
+
<h1>Ship Name column has custom filter UI</h1>
36
36
<div id="example">
37
37
<div id="grid"></div>
38
38
<script>
@@ -85,13 +85,15 @@ How can I create a filter widget with a multiple filter criterion in the Grid?
0 commit comments