From 31148be7ca17b9c8987e5a17e9d5fe8ad132440b Mon Sep 17 00:00:00 2001 From: prakashrajsf3945 <115706324+prakashrajsf3945@users.noreply.github.com> Date: Thu, 5 Sep 2024 11:19:52 +0530 Subject: [PATCH] 907597: Fix the null exception for the multiselect. --- blazor/datagrid/cell-edit-types.md | 9 ++++++++- blazor/datagrid/filtering.md | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) 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”.