Skip to content

Commit

Permalink
Grid: Select all or Unselect all items programmatically
Browse files Browse the repository at this point in the history
  • Loading branch information
gvreddy04 committed Dec 25, 2024
1 parent 4dff1d8 commit 340fd80
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<Demo Type="typeof(Grid_Demo_01_Selection)" Tabs="true" />
</Section>

<Section Size="HeadingSize.H2" Name="Multiple Selection" PageUrl="@pageUrl" Link="multiple-selection">
<Section Size="HeadingSize.H2" Name="Multiple selection" PageUrl="@pageUrl" Link="multiple-selection">
<div class="mb-3">
To select multiple rows, set <code>SelectionMode="GridSelectionMode.Multiple"</code>.
</div>
Expand All @@ -29,7 +29,7 @@
</Callout>
</Section>

<Section Size="HeadingSize.H2" Name="Multiple Selection Programmatically" PageUrl="@pageUrl" Link="multiple-selection-programmatically">
<Section Size="HeadingSize.H2" Name="Select all or unselect all programmatically" PageUrl="@pageUrl" Link="select-all-or-unselect-all-programmatically">
<div class="mb-3">
<b>Select</b> or <b>unselect</b> all the items programatically by calling the <code>SelectAllItemsAsync()</code> and <code>UnSelectAllItemsAsync()</code> methods. Also, set <code>SelectionMode="GridSelectionMode.Multiple"</code>.
</div>
Expand Down

0 comments on commit 340fd80

Please sign in to comment.