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: knowledge-base/grid-search-column-menu.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ This KB article answers the following questions:
33
33
1. Subscribe to the [Grid `OnStateChanged` event]({%slug grid-state%}#onstatechanged).
34
34
1. Check if the `PropertyName` event argument is equal to `"ColumnStates"` to verify that the user has modified the column state.
35
35
1. Check for `FilterDescriptor` instances in `args.GridState.SearchFilter.FilterDescriptors` to verify if a search is active.
36
-
1.[Get the visible columns from `args.GridState.ColumnStates`]({%slug grid-kb-column-state%}). Use only the columns with a `Field` that points to a `string` property.
36
+
1.[Get the visible columns from `args.GridState.ColumnStates`.]({%slug grid-kb-column-state%}) Use only the columns with a `Field` that points to a `string` property.
37
37
1. Compare the `Field` values of the visible string columns with the `Member` values of the search-related filter descriptors.
38
38
1. Add or remove `FilterDescriptors` in `args.GridState.SearchFilter.FilterDescriptors` to align the search configuration with the currently visible columns.
39
39
1.[Update the Grid state with `SetStateAsync()`]({%slug grid-state%}#methods).
0 commit comments