Skip to content

Commit

Permalink
disable filtering on edit column
Browse files Browse the repository at this point in the history
  • Loading branch information
Edward Miller committed Sep 28, 2024
1 parent 628a3be commit 7c91a03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Maui.DataGrid.Sample/MainPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
</DataTemplate>
</dg:DataGridColumn.CellTemplate>
</dg:DataGridColumn>
<dg:DataGridColumn PropertyName="." Width="0.75*">
<dg:DataGridColumn PropertyName="." Width="0.75*" FilteringEnabled="False">
<dg:DataGridColumn.CellTemplate>
<DataTemplate x:DataType="m:Team">
<Button Text="Edit" BackgroundColor="LightSkyBlue" Command="{Binding BindingContext.Commands[Edit], Source={Reference self}, x:DataType={x:Null}}" CommandParameter="{Binding .}" />
Expand Down

0 comments on commit 7c91a03

Please sign in to comment.