Skip to content

Commit

Permalink
demo title fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
enchev committed Aug 30, 2024
1 parent 7a7343c commit 75af217
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions RadzenBlazorDemos/Pages/DataGridMixedAdvancedFilterPage.razor
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
@page "/datagrid-mixed-filter"

<RadzenText TextStyle="TextStyle.H2" TagName="TagName.H1" class="rz-pt-8">
DataGrid <strong>Advanced mode and CheckBox list (Excel like) mixed Filter</strong>
DataGrid mixed <strong>Advanced</strong> or <strong>Simple</strong> Filter modes
</RadzenText>
<RadzenText TextStyle="TextStyle.Subtitle1" TagName="TagName.P" class="rz-pb-4">
The column <code>FilterMode</code> property allows you to mix <code>Advanced</code> and <code>CheckBoxList</code> or <code>Simple</code> and <code>SimpleWithMenu</code> filter mode per column.
Advanced filter modes cannot be mixed with simple filter modes.
</RadzenText>

<RadzenText TextStyle="TextStyle.Subtitle2" TagName="TagName.P" class="rz-pb-4">
In this demo OrderID column is using <code>Advanced</code> while rest columns will use <code>CheckBoxList</code> filter mode or
CompanyName column is using <code>SimpleWithMenu</code> while rest columns will use <code>Simple</code> filter mode.
In this demo <strong>OrderID</strong> column is using <code>Advanced</code> while rest columns will use <code>CheckBoxList</code> filter mode or
<strong>CompanyName</strong> column is using <code>SimpleWithMenu</code> while rest columns will use <code>Simple</code> filter mode.
</RadzenText>


Expand Down

0 comments on commit 75af217

Please sign in to comment.