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: angularjs/Autocomplete/Getting-Started.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
---
2
2
layout: post
3
-
title: Getting-Started
4
-
description: getting started
3
+
title: Getting-Started with AngularJS Autocomplete Control | Syncfusion
4
+
description: Learn here about Getting Started with Syncfusion Essential AngularJS Autocomplete control, its elements, and more.
5
5
platform: AngularJS
6
6
control: Autocomplete
7
7
documentation: ug
8
8
---
9
9
10
-
# Getting Started
10
+
# Getting Started with AngularJS Autocomplete
11
11
12
12
The AutoComplete control is a textbox control that provides a list of suggestions based on your query. When you enter text into the text box, the control performs a search operation and provides a list of results. There are several filter types available to perform the search.
13
13
@@ -94,7 +94,7 @@ To render the ejAutocomplete using angular directive, we need to inject the ejan
94
94
{% endhighlight %}
95
95
96
96
97
-

97
+

98
98
99
99
## Model binding
100
100
@@ -142,7 +142,7 @@ Add in the $scope value as below.
142
142
143
143
{% endhighlight %}
144
144
145
-

145
+

146
146
147
147
148
148
## Data binding
@@ -203,7 +203,7 @@ The data for the suggestion list can be populated using the dataSource property.
203
203
{% endhighlight %}
204
204
{% endtabs %}
205
205
206
-

206
+

207
207
208
208
## Enable Popup Button
209
209
@@ -261,7 +261,7 @@ This button helps you to show all the available suggestions on clicking it.
261
261
{% endhighlight %}
262
262
{% endtabs %}
263
263
264
-

264
+

265
265
266
266
## Two Way Binding
267
267
@@ -326,4 +326,4 @@ We have a two way data binding when a model variable is bound to an element that
326
326
327
327
{% endtabs %}
328
328
329
-

329
+

Copy file name to clipboardExpand all lines: angularjs/Grid/Filter.md
+15-15Lines changed: 15 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
---
2
2
layout: post
3
-
title: Filtering with Grid widget for Syncfusion Essential AngularJS
4
-
description: How to enable filtering and its functionalities
3
+
title: Filtering in AngularJS Grid Control | Syncfusion
4
+
description: Learn here about Filter Support in Syncfusion Essential Studio AngularJS Grid control, its elements, and more.
5
5
platform: AngularJS
6
6
control: Grid
7
7
documentation: ug
8
8
---
9
-
# Filtering
9
+
# Filtering in Essential AngularJS Grid
10
10
11
11
Filtering helps to view particular or related records from dataSource that meets a given filtering criteria. To enable filter, set the `e-allowfiltering` to `true`.
12
12
@@ -55,7 +55,7 @@ The following code example describes the previous behavior.
55
55
56
56
The following output is displayed as a result of previous code example:
57
57
58
-

58
+

59
59
60
60
61
61
## Menu filter
@@ -97,19 +97,19 @@ The following code example describes the previous behavior.
97
97
98
98
The following output is displayed as a result of previous code example:
99
99
100
-

100
+

101
101
{:caption}
102
102
Numeric Filter
103
103
104
-

104
+

105
105
{:caption}
106
106
String Filter
107
107
108
-

108
+

109
109
{:caption}
110
110
Date Filter
111
111
112
-

112
+

113
113
114
114
Boolean Filter
115
115
@@ -143,7 +143,7 @@ The following code example describes the previous behavior.
143
143
144
144
The following output is displayed as a result of previous code example:
145
145
146
-

146
+

147
147
148
148
149
149
### Checkbox list generation:
@@ -181,7 +181,7 @@ The following code example describes the previous behavior.
181
181
182
182
The following output is displayed as a result of previous code example:
183
183
184
-

184
+

185
185
186
186
187
187
### Add current selection to filter checkbox
@@ -190,7 +190,7 @@ When you filter the values multiple times on same column, then the previously fi
190
190
191
191
The following image describes the previous behavior:
192
192
193
-

193
+

194
194
195
195
196
196
### Case Sensitivity
@@ -223,7 +223,7 @@ The following code example describes the previous behavior.
223
223
224
224
The following output is displayed as a result of previous code example:
225
225
226
-

226
+

227
227
228
228
229
229
## Filter bar
@@ -396,7 +396,7 @@ The following code example describes the previous behavior.
396
396
397
397
The following output is displayed as a result of previous code example:
398
398
399
-

399
+

400
400
401
401
402
402
Filter bar modes:
@@ -439,7 +439,7 @@ The following code example describes the previous behavior.
439
439
440
440
The following output is displayed as a result of previous code example:
441
441
442
-

442
+

443
443
444
444
445
445
## Filter Operators
@@ -652,7 +652,7 @@ The following code example describes the previous behavior.
652
652
653
653
The following output is displayed as a result of previous code example:
654
654
655
-

655
+

0 commit comments