Skip to content

How can i get filter result data #84

@easyboot

Description

@easyboot

`***
<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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions