Skip to content

Commit 5005e72

Browse files
dimodiikoevska
authored andcommitted
Update knowledge-base/grid-search-column-menu.md
Co-authored-by: Iva Stefanova Koevska-Atanasova <[email protected]>
1 parent 2a398eb commit 5005e72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

knowledge-base/grid-search-column-menu.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ This KB article answers the following questions:
3333
1. Subscribe to the [Grid `OnStateChanged` event]({%slug grid-state%}#onstatechanged).
3434
1. Check if the `PropertyName` event argument is equal to `"ColumnStates"` to verify that the user has modified the column state.
3535
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.
3737
1. Compare the `Field` values of the visible string columns with the `Member` values of the search-related filter descriptors.
3838
1. Add or remove `FilterDescriptors` in `args.GridState.SearchFilter.FilterDescriptors` to align the search configuration with the currently visible columns.
3939
1. [Update the Grid state with `SetStateAsync()`]({%slug grid-state%}#methods).

0 commit comments

Comments
 (0)