diff --git a/blazor/datagrid/cell-edit-types.md b/blazor/datagrid/cell-edit-types.md index dd7820a87a..315db7eca9 100644 --- a/blazor/datagrid/cell-edit-types.md +++ b/blazor/datagrid/cell-edit-types.md @@ -744,7 +744,14 @@ You can able to render SfMultiSelect component in EditTemplate. In the below sam diff --git a/blazor/datagrid/filtering.md b/blazor/datagrid/filtering.md index e5974cf8a2..d8e528a356 100644 --- a/blazor/datagrid/filtering.md +++ b/blazor/datagrid/filtering.md @@ -489,7 +489,7 @@ The **WildCard** filter can process one or more search patterns using the “* * The **WildCard** filter option is supported for the DataGrid that has all search options. Operator |Description ------|-----| +-----|----- a*b | Everything that starts with “a” and ends with “b”. a* | Everything that starts with “a”. *b | Everything that ends with “b”.