We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 672a7e7 commit 43dc46fCopy full SHA for 43dc46f
src/Components/test/testassets/BasicTestApp/QuickGridTest/SampleQuickGridComponent.razor
@@ -10,7 +10,7 @@
10
<div class="search-box">
11
<input type="search" autofocus @bind="firstNameFilter" @bind:event="oninput" placeholder="First name..." />
12
</div>
13
- <button type="button" id="close-column-options" @onclick="@(() => quickGridRef.CloseColumnOptionsAsync())">Close Column Options</button>
+ <button type="button" id="close-column-options" @onclick="@(() => quickGridRef.HideColumnOptionsAsync())">Close Column Options</button>
14
</ColumnOptions>
15
</PropertyColumn>
16
<PropertyColumn Property="@(p => p.LastName)" Sortable="true" />
0 commit comments