diff --git a/RadzenBlazorDemos/Pages/DataGridMixedAdvancedFilterPage.razor b/RadzenBlazorDemos/Pages/DataGridMixedAdvancedFilterPage.razor index 5af7b3ee1af..d90b30dcb44 100644 --- a/RadzenBlazorDemos/Pages/DataGridMixedAdvancedFilterPage.razor +++ b/RadzenBlazorDemos/Pages/DataGridMixedAdvancedFilterPage.razor @@ -1,7 +1,7 @@ @page "/datagrid-mixed-filter" - DataGrid Advanced mode and CheckBox list (Excel like) mixed Filter + DataGrid mixed Advanced or Simple Filter modes The column FilterMode property allows you to mix Advanced and CheckBoxList or Simple and SimpleWithMenu filter mode per column. @@ -9,8 +9,8 @@ - In this demo OrderID column is using Advanced while rest columns will use CheckBoxList filter mode or - CompanyName column is using SimpleWithMenu while rest columns will use Simple filter mode. + In this demo OrderID column is using Advanced while rest columns will use CheckBoxList filter mode or + CompanyName column is using SimpleWithMenu while rest columns will use Simple filter mode.