-
0">
+
+ 0">
{{ grid1.lastSearchInfo.activeMatchIndex + 1 }} of {{
- grid1.lastSearchInfo.matchInfoCache.length }} results
+ grid1.lastSearchInfo.matchCount }} results
-
+
No results
diff --git a/src/app/grid/grid-search-sample/grid-search-sample.component.html b/src/app/grid/grid-search-sample/grid-search-sample.component.html
index 72134030c1..6982150071 100644
--- a/src/app/grid/grid-search-sample/grid-search-sample.component.html
+++ b/src/app/grid/grid-search-sample/grid-search-sample.component.html
@@ -9,12 +9,12 @@
(keydown)="searchKeyDown($event)" />
0">
-
-
0">
- {{ grid.lastSearchInfo.activeMatchIndex + 1 }} of {{ grid.lastSearchInfo.matchInfoCache.length }}
+
+ 0">
+ {{ grid.lastSearchInfo.activeMatchIndex + 1 }} of {{ grid.lastSearchInfo.matchCount }}
results
-
+
No results
diff --git a/src/app/tree-grid/tree-grid-search-sample/tree-grid-search-sample.component.html b/src/app/tree-grid/tree-grid-search-sample/tree-grid-search-sample.component.html
index 6ad212df37..60d027362d 100644
--- a/src/app/tree-grid/tree-grid-search-sample/tree-grid-search-sample.component.html
+++ b/src/app/tree-grid/tree-grid-search-sample/tree-grid-search-sample.component.html
@@ -9,12 +9,12 @@
(keydown)="searchKeyDown($event)" />
0">
-
-
0">
- {{ treeGrid.lastSearchInfo.activeMatchIndex + 1 }} of {{ treeGrid.lastSearchInfo.matchInfoCache.length }}
+
+ 0">
+ {{ treeGrid.lastSearchInfo.activeMatchIndex + 1 }} of {{ treeGrid.lastSearchInfo.matchCount }}
results
-
+
No results