Skip to content

Commit 2a398eb

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

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
@@ -31,7 +31,7 @@ This KB article answers the following questions:
3131
## Solution
3232

3333
1. Subscribe to the [Grid `OnStateChanged` event]({%slug grid-state%}#onstatechanged).
34-
1. Check if the `PropertyName` event argument is equal to `"ColumnStates"` to verify that the user modified the column state.
34+
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.
3636
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.

0 commit comments

Comments
 (0)