-
-
Notifications
You must be signed in to change notification settings - Fork 107
Closed
Description
`***
<Window.Resources>
<dgx:MultipleChoiceFilter />
</Window.Resources>
<Border.Background>
</Border.Background>
<Grid.RowDefinitions>
</Grid.RowDefinitions>
<DataGrid.Columns>
<DataGridTextColumn Header="UserName" Binding="{Binding UserName}"
SortDirection="Ascending"
dgx:DataGridFilterColumn.Template="{StaticResource MultipleChoiceFilter}" />
</DataGrid.Columns>
</DataGrid>
</Grid>
</Grid>
</Border>
***`
my code is build success,but i can't see my xaml form.and how I get filter result data.### ### `****
Metadata
Metadata
Assignees
Labels
No labels